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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto663 glUniformMatrix2x4fvNV = 636;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1469 const GLMessage_Function GLMessage::glUniformMatrix2x4fvNV; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1817 static const Function glUniformMatrix2x4fvNV = GLMessage_Function_glUniformMatrix2x4fvNV; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp22440 glmsg.set_function(GLMessage::glUniformMatrix2x4fvNV);
22469 glContext->hooks->gl.glUniformMatrix2x4fvNV(location, count, transpose, value);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1721 GL_APICALL void GL_APIENTRY glUniformMatrix2x4fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);

Completed in 154 milliseconds