Searched refs:glUniformMatrix2fv (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto384 glUniformMatrix2fv = 358;
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1769 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1771 public static native void glUniformMatrix2fv( method in class:GLES20
1779 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1781 public static native void glUniformMatrix2fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec129 void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp797 glUniformMatrix2fv(var, n, GL_FALSE, values);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h601 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp800 case GLMessage::glUniformMatrix2fv:
801 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
806 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
H A Dgltrace.pb.cpp895 const GLMessage_Function GLMessage::glUniformMatrix2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1228 static const Function glUniformMatrix2fv = GLMessage_Function_glUniformMatrix2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5116 glmsg.set_function(GLMessage::glUniformMatrix2fv);
5145 glContext->hooks->gl.glUniformMatrix2fv(location, count, transpose, value);
/frameworks/rs/driver/
H A DrsdShader.cpp363 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5425 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5453 glUniformMatrix2fv(
5470 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5484 glUniformMatrix2fv(
6189 {"glUniformMatrix2fv", "(IIZ[FI)V", (void *) android_glUniformMatrix2fv__IIZ_3FI },
6190 {"glUniformMatrix2fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 1469 milliseconds