Home
last modified time | relevance | path

Searched refs:glBeginQueryEXT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp150 glBeginQueryEXT(GL_TIME_ELAPSED_EXT, mTimingQueries[mTimingStartIndex]); in startGlTimer()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h30 #define glBeginQueryEXT wrap_glBeginQueryEXT macro
Dgles_undefine.h30 #undef glBeginQueryEXT
Dgles_stubs.in1318 void API_ENTRY(glBeginQueryEXT)(GLenum target, GLuint id) {
1319 CALL_GL_API(glBeginQueryEXT, target, id);
Dgles_decls.in440 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in325 void API_ENTRY(glBeginQueryEXT)(GLenum target, GLuint id) {
326 CALL_GL_API(glBeginQueryEXT, target, id);
/frameworks/native/opengl/libs/
Dentries.in14 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1234 GL_APICALL void GL_APIENTRY glBeginQueryEXT (GLenum target, GLuint id);