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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java670 // C function void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
672 public static native void glUniformMatrix4x2fv( method in class:GLES30
680 // C function void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
682 public static native void glUniformMatrix4x2fv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto422 glUniformMatrix4x2fv = 396;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec26 void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h849 GL_APICALL void GL_APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h849 GL_APICALL void GL_APIENTRY glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1228 const GLMessage_Function GLMessage::glUniformMatrix4x2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1576 static const Function glUniformMatrix4x2fv = GLMessage_Function_glUniformMatrix4x2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6733 glmsg.set_function(GLMessage::glUniformMatrix4x2fv);
6762 glContext->hooks->gl.glUniformMatrix4x2fv(location, count, transpose, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1188 /* void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1216 glUniformMatrix4x2fv(
1233 /* void glUniformMatrix4x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1247 glUniformMatrix4x2fv(
5085 {"glUniformMatrix4x2fv", "(IIZ[FI)V", (void *) android_glUniformMatrix4x2fv__IIZ_3FI },
5086 {"glUniformMatrix4x2fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix4x2fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 303 milliseconds