Searched refs:glUniform3f (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1621 // C function void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
1623 public static native void glUniform3f( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h432 static const Function glUniform3f = Message_Function_glUniform3f; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp644 dbg->hooks->gl.glUniform3f(
H A Ddebugger_message.pb.cpp358 const Message_Function Message::glUniform3f; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp2924 _c->glUniform3f(location, x, y, z);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h353 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4122 /* void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z ) */
4126 glUniform3f(
5025 {"glUniform3f", "(IFFF)V", (void *) android_glUniform3f__IFFF },

Completed in 158 milliseconds