Searched refs:glBeginQueryEXT (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_PerfMeasurement.cpp | 150 glBeginQueryEXT(GL_TIME_ELAPSED_EXT, mTimingQueries[mTimingStartIndex]); in startGlTimer()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 30 #define glBeginQueryEXT wrap_glBeginQueryEXT macro
|
D | gles_undefine.h | 30 #undef glBeginQueryEXT
|
D | gles_stubs.in | 1318 void API_ENTRY(glBeginQueryEXT)(GLenum target, GLuint id) { 1319 CALL_GL_API(glBeginQueryEXT, target, id);
|
D | gles_decls.in | 440 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 325 void API_ENTRY(glBeginQueryEXT)(GLenum target, GLuint id) { 326 CALL_GL_API(glBeginQueryEXT, target, id);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 14 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1234 GL_APICALL void GL_APIENTRY glBeginQueryEXT (GLenum target, GLuint id);
|