Searched refs:glUniformMatrix3x4fv (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java689 // C function void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
691 public static native void glUniformMatrix3x4fv( method in class:GLES30
699 // C function void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
701 public static native void glUniformMatrix3x4fv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto423 glUniformMatrix3x4fv = 397;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec27 void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h850 GL_APICALL void GL_APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h850 GL_APICALL void GL_APIENTRY glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1229 const GLMessage_Function GLMessage::glUniformMatrix3x4fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1577 static const Function glUniformMatrix3x4fv = GLMessage_Function_glUniformMatrix3x4fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6780 glmsg.set_function(GLMessage::glUniformMatrix3x4fv);
6809 glContext->hooks->gl.glUniformMatrix3x4fv(location, count, transpose, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1258 /* void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1286 glUniformMatrix3x4fv(
1303 /* void glUniformMatrix3x4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1317 glUniformMatrix3x4fv(
5087 {"glUniformMatrix3x4fv", "(IIZ[FI)V", (void *) android_glUniformMatrix3x4fv__IIZ_3FI },
5088 {"glUniformMatrix3x4fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix3x4fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 222 milliseconds