Searched refs:glUniformMatrix2fv (Results 1 - 14 of 14) 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/libs/GLES_trace/
H A Dgltrace.proto384 glUniformMatrix2fv = 358;
/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java383 GLES20.glUniformMatrix2fv(uniform.getLocation(), len / 4, false, values, 0);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h504 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.cpp875 case GLMessage::glUniformMatrix2fv:
876 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
881 /* void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
H A Dgltrace.pb.cpp1190 const GLMessage_Function GLMessage::glUniformMatrix2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1538 static const Function glUniformMatrix2fv = GLMessage_Function_glUniformMatrix2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp5115 glmsg.set_function(GLMessage::glUniformMatrix2fv);
5144 glContext->hooks->gl.glUniformMatrix2fv(location, count, transpose, value);
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp363 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
H A Dgl31.h504 GL_APICALL void GL_APIENTRY glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5300 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5334 glUniformMatrix2fv(
5351 /* void glUniformMatrix2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5374 glUniformMatrix2fv(
6204 {"glUniformMatrix2fv", "(IIZ[FI)V", (void *) android_glUniformMatrix2fv__IIZ_3FI },
6205 {"glUniformMatrix2fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 1125 milliseconds