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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto554 glProgramParameteriEXT = 527;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1360 const GLMessage_Function GLMessage::glProgramParameteriEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1708 static const Function glProgramParameteriEXT = GLMessage_Function_glProgramParameteriEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp18497 glmsg.set_function(GLMessage::glProgramParameteriEXT);
18520 glContext->hooks->gl.glProgramParameteriEXT(program, pname, value);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1111 GL_APICALL void GL_APIENTRY glProgramParameteriEXT (GLuint program, GLenum pname, GLint value);

Completed in 2481 milliseconds