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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto420 glGetQueryObjectuivEXT = 519;
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1022 GL_APICALL void GL_APIENTRY glGetQueryObjectuivEXT (GLuint id, GLenum pname, GLuint *params);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp930 const GLMessage_Function GLMessage::glGetQueryObjectuivEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1263 static const Function glGetQueryObjectuivEXT = GLMessage_Function_glGetQueryObjectuivEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7973 glmsg.set_function(GLMessage::glGetQueryObjectuivEXT);
7996 glContext->hooks->gl.glGetQueryObjectuivEXT(id, pname, params);

Completed in 179 milliseconds