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

/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp255 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {} function
H A Dunwrap_gles.h873 #undef glUniformMatrix4fv macro
H A Dwrap_gles.h873 #define glUniformMatrix4fv wrap_glUniformMatrix4fv macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1750 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1752 public static native void glUniformMatrix4fv( method in class:GLES20
1760 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1762 public static native void glUniformMatrix4fv( method in class:GLES20

Completed in 167 milliseconds