Home
last modified time | relevance | path

Searched refs:GL_ARB_ES2_COMPATIBILITY (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h63 GL_ARB_ES2_COMPATIBILITY(false),GL_OES_STANDARD_DERIVATIVES(false) {} ; in GLSupport()
81 bool GL_ARB_ES2_COMPATIBILITY; member
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp551 s_glSupport.GL_ARB_ES2_COMPATIBILITY = true; in initCapsLocked()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp851 if(ctx->getCaps()->GL_ARB_ES2_COMPATIBILITY) in glGetBooleanv()
928 if(ctx->getCaps()->GL_ARB_ES2_COMPATIBILITY) in glGetFloatv()
958 bool es2 = ctx->getCaps()->GL_ARB_ES2_COMPATIBILITY; in glGetIntegerv()