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

/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp246 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value) {} function
H A Dunwrap_gles.h849 #undef glUniform3fv macro
H A Dwrap_gles.h849 #define glUniform3fv wrap_glUniform3fv macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1615 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1617 public static native void glUniform3fv( method in class:GLES20
1624 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1626 public static native void glUniform3fv( method in class:GLES20

Completed in 1144 milliseconds