Searched refs:glProgramUniformMatrix4fv (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java784 // C function void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
786 public static native void glProgramUniformMatrix4fv( method in class:GLES31
795 // C function void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
797 public static native void glProgramUniformMatrix4fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec46 void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto724 glProgramUniformMatrix4fv = 697;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2133 /* void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2161 glProgramUniformMatrix4fv(
2179 /* void glProgramUniformMatrix4fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2193 glProgramUniformMatrix4fv(
3127 {"glProgramUniformMatrix4fv", "(IIIZ[FI)V", (void *) android_glProgramUniformMatrix4fv__IIIZ_3FI },
3128 {"glProgramUniformMatrix4fv", "(IIIZLjava/nio/FloatBuffer;)V", (void *) android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1155 GL_APICALL void GL_APIENTRY glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1530 const GLMessage_Function GLMessage::glProgramUniformMatrix4fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1878 static const Function glProgramUniformMatrix4fv = GLMessage_Function_glProgramUniformMatrix4fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12408 glmsg.set_function(GLMessage::glProgramUniformMatrix4fv);
12443 glContext->hooks->gl.glProgramUniformMatrix4fv(program, location, count, transpose, value);
[all...]

Completed in 233 milliseconds