Searched refs:glUniformMatrix3fv (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1728 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1730 public static native void glUniformMatrix3fv( method in class:GLES20
1738 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1740 public static native void glUniformMatrix3fv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto385 glUniformMatrix3fv = 359;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp801 glUniformMatrix3fv(var, n, GL_FALSE, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java387 GLES20.glUniformMatrix3fv(uniform.getLocation(), len / 9, false, values, 0);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h601 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp803 case GLMessage::glUniformMatrix3fv:
H A Dgltrace.pb.cpp1000 const GLMessage_Function GLMessage::glUniformMatrix3fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1348 static const Function glUniformMatrix3fv = GLMessage_Function_glUniformMatrix3fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5163 glmsg.set_function(GLMessage::glUniformMatrix3fv);
5192 glContext->hooks->gl.glUniformMatrix3fv(location, count, transpose, value);
/frameworks/rs/driver/
H A DrsdShader.cpp361 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h935 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5387 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5421 glUniformMatrix3fv(
5438 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5461 glUniformMatrix3fv(
6203 {"glUniformMatrix3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix3fv__IIZ_3FI },
6204 {"glUniformMatrix3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 744 milliseconds