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

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java763 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
765 public static native void glProgramUniformMatrix3fv( method in class:GLES31
774 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
776 public static native void glProgramUniformMatrix3fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec45 void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto723 glProgramUniformMatrix3fv = 694;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2179 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2207 glProgramUniformMatrix3fv(
2225 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2239 glProgramUniformMatrix3fv(
3243 {"glProgramUniformMatrix3fv", "(IIIZ[FI)V", (void *) android_glProgramUniformMatrix3fv__IIIZ_3FI },
3244 {"glProgramUniformMatrix3fv", "(IIIZLjava/nio/FloatBuffer;)V", (void *) android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1154 GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp12355 glmsg.set_function(GLMessage::glProgramUniformMatrix3fv);
12390 glContext->hooks->gl.glProgramUniformMatrix3fv(program, location, count, transpose, value);
[all...]

Completed in 108 milliseconds