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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java613 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
615 public static native void glUniformMatrix2x3fv( method in class:GLES30
623 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
625 public static native void glUniformMatrix2x3fv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto419 glUniformMatrix2x3fv = 393;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec23 void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h846 GL_APICALL void GL_APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h846 GL_APICALL void GL_APIENTRY glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1225 const GLMessage_Function GLMessage::glUniformMatrix2x3fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1573 static const Function glUniformMatrix2x3fv = GLMessage_Function_glUniformMatrix2x3fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp6592 glmsg.set_function(GLMessage::glUniformMatrix2x3fv);
6621 glContext->hooks->gl.glUniformMatrix2x3fv(location, count, transpose, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp978 /* void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1006 glUniformMatrix2x3fv(
1023 /* void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
1037 glUniformMatrix2x3fv(
5079 {"glUniformMatrix2x3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix2x3fv__IIZ_3FI },
5080 {"glUniformMatrix2x3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix2x3fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 1317 milliseconds