HomeSort by relevance Sort by last modified time
    Searched refs:GL_OES_STANDARD_DERIVATIVES (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 47 GL_ARB_ES2_COMPATIBILITY(false),GL_OES_STANDARD_DERIVATIVES(false) {} ;
66 bool GL_OES_STANDARD_DERIVATIVES;
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 150 if (s_glSupport.GL_OES_STANDARD_DERIVATIVES)
151 *s_glExtensions+="GL_OES_standard_derivatives ";
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 524 if (strstr(cstring,"GL_OES_standard_derivatives ")!=NULL)
525 s_glSupport.GL_OES_STANDARD_DERIVATIVES = true;

Completed in 153 milliseconds