OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_OES_STANDARD_DERIVATIVES
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
63
GL_ARB_ES2_COMPATIBILITY(false),
GL_OES_STANDARD_DERIVATIVES
(false) {} ;
82
bool
GL_OES_STANDARD_DERIVATIVES
;
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
155
if (s_glSupport.
GL_OES_STANDARD_DERIVATIVES
)
156
*s_glExtensions+="
GL_OES_standard_derivatives
";
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
555
if (strstr(cstring,"
GL_OES_standard_derivatives
")!=NULL)
556
s_glSupport.
GL_OES_STANDARD_DERIVATIVES
= true;
Completed in 32 milliseconds