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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1712 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1714 public static native void glUniformMatrix2fv( method in class:GLES20
1722 // C function void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1724 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/libs/hwui/debug/
H A Dgles_redefine.h860 #define glUniformMatrix2fv wrap_glUniformMatrix2fv macro
H A Dgles_undefine.h860 #undef glUniformMatrix2fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp790 glUniformMatrix2fv(var, n, GL_FALSE, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java383 GLES20.glUniformMatrix2fv(uniform.getLocation(), len / 4, false, values, 0);
/frameworks/rs/driver/
H A DrsdShader.cpp369 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5703 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5737 glUniformMatrix2fv(
5754 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5783 glUniformMatrix2fv(
6655 {"glUniformMatrix2fv", "(IIZ[FI)V", (void *) android_glUniformMatrix2fv__IIZ_3FI },
6656 {"glUniformMatrix2fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl32.h655 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);

Completed in 1475 milliseconds