Searched refs:glUniformMatrix4x3fv (Results 1 - 8 of 8) 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/
H A Dgltrace.proto424 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.h974 GL_APICALL void GL_APIENTRY glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1039 const GLMessage_Function GLMessage::glUniformMatrix4x3fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1387 static const Function glUniformMatrix4x3fv = GLMessage_Function_glUniformMatrix4x3fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6828 glmsg.set_function(GLMessage::glUniformMatrix4x3fv);
6857 glContext->hooks->gl.glUniformMatrix4x3fv(location, count, transpose, value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1328 /* void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1356 glUniformMatrix4x3fv(
1373 /* void glUniformMatrix4x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1387 glUniformMatrix4x3fv(
5087 {"glUniformMatrix4x3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix4x3fv__IIZ_3FI },
5088 {"glUniformMatrix4x3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 97 milliseconds