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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto666 glUniformMatrix4x3fvNV = 639;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1472 const GLMessage_Function GLMessage::glUniformMatrix4x3fvNV; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1820 static const Function glUniformMatrix4x3fvNV = GLMessage_Function_glUniformMatrix4x3fvNV; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp22581 glmsg.set_function(GLMessage::glUniformMatrix4x3fvNV);
22610 glContext->hooks->gl.glUniformMatrix4x3fvNV(location, count, transpose, value);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1724 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fvNV (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);

Completed in 154 milliseconds