HomeSort by relevance Sort by last modified time
    Searched defs:glBeginQueryEXT (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 142 PFNGLBEGINQUERYEXT glBeginQueryEXT;
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 238 GL_APICALL void GL_APIENTRY glBeginQueryEXT(GLenum target, GLuint name)
    [all...]
libGLESv2.hpp 46 void (*glBeginQueryEXT)(GLenum target, GLuint name);
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 193 void APIENTRY glBeginQueryEXT(GLenum target, GLuint name)
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 30 #define glBeginQueryEXT wrap_glBeginQueryEXT
    [all...]
gles_undefine.h 30 #undef glBeginQueryEXT
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 513 glBeginQueryEXT(482, 504),
    [all...]

Completed in 1421 milliseconds