Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h140 #define glCreatePerfQueryINTEL wrap_glCreatePerfQueryINTEL macro
Dgles_undefine.h140 #undef glCreatePerfQueryINTEL
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in652 void API_ENTRY(glCreatePerfQueryINTEL)(GLuint queryId, GLuint *queryHandle) {
653 CALL_GL_API(glCreatePerfQueryINTEL, queryId, queryHandle);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1989 GL_APICALL void GL_APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
/frameworks/native/opengl/libs/
Dentries.in124 GL_ENTRY(void, glCreatePerfQueryINTEL, GLuint queryId, GLuint *queryHandle)