HomeSort by relevance Sort by last modified time
    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 158 if (s_glSupport.GL_OES_STANDARD_DERIVATIVES)
159 *s_glExtensions+="GL_OES_standard_derivatives ";
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 545 if (strstr(cstring,"GL_OES_standard_derivatives ")!=NULL)
546 s_glSupport.GL_OES_STANDARD_DERIVATIVES = true;

Completed in 70 milliseconds