Home
last modified time | relevance | path

Searched refs:glBeginPerfQueryINTEL (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h28 #define glBeginPerfQueryINTEL wrap_glBeginPerfQueryINTEL macro
Dgles_undefine.h28 #undef glBeginPerfQueryINTEL
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in649 void API_ENTRY(glBeginPerfQueryINTEL)(GLuint queryHandle) {
650 CALL_GL_API(glBeginPerfQueryINTEL, queryHandle);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1988 GL_APICALL void GL_APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
/frameworks/native/opengl/libs/
Dentries.in12 GL_ENTRY(void, glBeginPerfQueryINTEL, GLuint queryHandle)