Home
last modified time | relevance | path

Searched refs:GL_OES_STANDARD_DERIVATIVES (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()
82 bool GL_OES_STANDARD_DERIVATIVES; member
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp154 if (s_glSupport.GL_OES_STANDARD_DERIVATIVES) in initExtensionString()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp554 s_glSupport.GL_OES_STANDARD_DERIVATIVES = true; in initCapsLocked()