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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java632 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
634 public static native void glUniformMatrix3x2fv( method in class:GLES30
642 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
644 public static native void glUniformMatrix3x2fv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto420 glUniformMatrix3x2fv = 394;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec24 void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h847 GL_APICALL void GL_APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h847 GL_APICALL void GL_APIENTRY glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1226 const GLMessage_Function GLMessage::glUniformMatrix3x2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1574 static const Function glUniformMatrix3x2fv = GLMessage_Function_glUniformMatrix3x2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6639 glmsg.set_function(GLMessage::glUniformMatrix3x2fv);
6668 glContext->hooks->gl.glUniformMatrix3x2fv(location, count, transpose, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1048 /* void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1076 glUniformMatrix3x2fv(
1093 /* void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1107 glUniformMatrix3x2fv(
5081 {"glUniformMatrix3x2fv", "(IIZ[FI)V", (void *) android_glUniformMatrix3x2fv__IIZ_3FI },
5082 {"glUniformMatrix3x2fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix3x2fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 220 milliseconds