Searched refs:glGetPerfQueryInfoINTEL (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto515 glGetPerfQueryInfoINTEL = 489;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1321 const GLMessage_Function GLMessage::glGetPerfQueryInfoINTEL; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1669 static const Function glGetPerfQueryInfoINTEL = GLMessage_Function_glGetPerfQueryInfoINTEL; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp21566 glmsg.set_function(GLMessage::glGetPerfQueryInfoINTEL);
21613 glContext->hooks->gl.glGetPerfQueryInfoINTEL(queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1483 GL_APICALL void GL_APIENTRY glGetPerfQueryInfoINTEL (GLuint queryId, GLuint queryNameLength, GLchar *queryName, GLuint *dataSize, GLuint *noCounters, GLuint *noInstances, GLuint *capsMask);

Completed in 508 milliseconds