Searched defs:glUniformMatrix3fv (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp254 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {} function
H A Dunwrap_gles.h868 #undef glUniformMatrix3fv macro
H A Dwrap_gles.h868 #define glUniformMatrix3fv wrap_glUniformMatrix3fv macro
/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

Completed in 1268 milliseconds