Searched refs:glExtGetTexLevelParameterivQCOM (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto136 glExtGetTexLevelParameterivQCOM = 110;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1127 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1358 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp751 const GLMessage_Function GLMessage::glExtGetTexLevelParameterivQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1099 static const Function glExtGetTexLevelParameterivQCOM = GLMessage_Function_glExtGetTexLevelParameterivQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp15322 glmsg.set_function(GLMessage::glExtGetTexLevelParameterivQCOM);
15357 glContext->hooks->gl.glExtGetTexLevelParameterivQCOM(texture, face, level, pname, params);

Completed in 173 milliseconds