Searched refs:glUniformMatrix4x3fv (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java708 // C function void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
710 public static native void glUniformMatrix4x3fv( method in class:GLES30
718 // C function void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
720 public static native void glUniformMatrix4x3fv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto426 glUniformMatrix4x3fv = 398;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec28 void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h851 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h851 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1446 /* void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1474 glUniformMatrix4x3fv(
1491 /* void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1505 glUniformMatrix4x3fv(
5209 {"glUniformMatrix4x3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix4x3fv__IIZ_3FI },
5210 {"glUniformMatrix4x3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp6827 glmsg.set_function(GLMessage::glUniformMatrix4x3fv);
6856 glContext->hooks->gl.glUniformMatrix4x3fv(location, count, transpose, value);
[all...]

Completed in 133 milliseconds