mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1053 - Part 3a: Remove Android conditionals from /gfx
This commit is contained in:
parent
7167c960d0
commit
753251e54c
43 changed files with 32 additions and 1708 deletions
|
|
@ -10,9 +10,6 @@
|
|||
#ifndef GL_CONTEXT_PROVIDER_NAME
|
||||
#error GL_CONTEXT_PROVIDER_NAME not defined
|
||||
#endif
|
||||
#if defined(ANDROID)
|
||||
typedef void* EGLSurface;
|
||||
#endif // defined(ANDROID)
|
||||
|
||||
class GL_CONTEXT_PROVIDER_NAME
|
||||
{
|
||||
|
|
@ -111,11 +108,6 @@ public:
|
|||
static already_AddRefed<GLContext>
|
||||
CreateWrappingExisting(void* aContext, void* aSurface);
|
||||
|
||||
#if defined(ANDROID)
|
||||
static EGLSurface CreateEGLSurface(void* aWindow);
|
||||
static void DestroyEGLSurface(EGLSurface surface);
|
||||
#endif // defined(ANDROID)
|
||||
|
||||
/**
|
||||
* Get a pointer to the global context, creating it if it doesn't exist.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue