Home
last modified time | relevance | path

Searched defs:glUniform4f (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/opengl/libagl2/src/
Dshader.cpp158 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.cpp362 const Message_Function Message::glUniform4f; member in com::android::glesv2debugger::Message
Ddebugger_message.pb.h436 static const Function glUniform4f = Message_Function_glUniform4f; variable
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1675 public static native void glUniform4f( in glUniform4f() method in GLES20