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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1746 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1748 public static native void glUniformMatrix3fv( method in class:GLES20
1756 // C function void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1758 public static native void glUniformMatrix3fv( method in class:GLES20
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec130 void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/base/libs/rs/driver/
H A DrsdShader.cpp302 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h602 GL_APICALL void GL_APIENTRY glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h441 static const Function glUniformMatrix3fv = Message_Function_glUniformMatrix3fv; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp698 dbg->hooks->gl.glUniformMatrix3fv(
H A Ddebugger_message.pb.cpp367 const Message_Function Message::glUniformMatrix3fv; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3171 _c->glUniformMatrix3fv(location, count, transpose, value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4439 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
4460 glUniformMatrix3fv(
4474 /* void glUniformMatrix3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
4483 glUniformMatrix3fv(
5039 {"glUniformMatrix3fv", "(IIZ[FI)V", (void *) android_glUniformMatrix3fv__IIZ_3FI },
5040 {"glUniformMatrix3fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2 },
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h362 GL_ENTRY(void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value)

Completed in 177 milliseconds