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

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp378 glUniformMatrix3fv(fill.program->getUniform("colorSpaceMatrix"), 1,
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1731 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1733 public static native void glUniformMatrix3fv( method in class:GLES20
1741 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1743 public static native void glUniformMatrix3fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h865 #define glUniformMatrix3fv wrap_glUniformMatrix3fv macro
H A Dgles_undefine.h865 #undef glUniformMatrix3fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp794 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/rs/driver/
H A DrsdShader.cpp367 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5799 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5833 glUniformMatrix3fv(
5850 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5879 glUniformMatrix3fv(
6657 {"glUniformMatrix3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix3fv__IIZ_3FI },
6658 {"glUniformMatrix3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl32.h656 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);

Completed in 6348 milliseconds