Searched refs:glProgramUniformMatrix3fv (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java763 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
765 public static native void glProgramUniformMatrix3fv( method in class:GLES31
774 // C function void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
776 public static native void glProgramUniformMatrix3fv( method in class:GLES31
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec45 void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto721 glProgramUniformMatrix3fv = 694;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2061 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2089 glProgramUniformMatrix3fv(
2107 /* void glProgramUniformMatrix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
2121 glProgramUniformMatrix3fv(
3125 {"glProgramUniformMatrix3fv", "(IIIZ[FI)V", (void *) android_glProgramUniformMatrix3fv__IIIZ_3FI },
3126 {"glProgramUniformMatrix3fv", "(IIIZLjava/nio/FloatBuffer;)V", (void *) android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1154 GL_APICALL void GL_APIENTRY glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1527 const GLMessage_Function GLMessage::glProgramUniformMatrix3fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1875 static const Function glProgramUniformMatrix3fv = GLMessage_Function_glProgramUniformMatrix3fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp12355 glmsg.set_function(GLMessage::glProgramUniformMatrix3fv);
12390 glContext->hooks->gl.glProgramUniformMatrix3fv(program, location, count, transpose, value);
[all...]

Completed in 155 milliseconds