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

/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp250 void glUniform4fv(GLint location, GLsizei count, const GLfloat *value) {} function
H A Dunwrap_gles.h855 #undef glUniform4fv macro
H A Dwrap_gles.h855 #define glUniform4fv wrap_glUniform4fv macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1668 // C function void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
1670 public static native void glUniform4fv( method in class:GLES20
1677 // C function void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
1679 public static native void glUniform4fv( method in class:GLES20

Completed in 338 milliseconds