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

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec127 void glUniform4i ( GLint location, GLint x, GLint y, GLint z, GLint w )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h599 GL_APICALL void GL_APIENTRY glUniform4i (GLint location, GLint x, GLint y, GLint z, GLint w);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1700 // C function void glUniform4i ( GLint location, GLint x, GLint y, GLint z, GLint w )
1702 public static native void glUniform4i( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h438 static const Function glUniform4i = Message_Function_glUniform4i; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp680 dbg->hooks->gl.glUniform4i(
H A Ddebugger_message.pb.cpp364 const Message_Function Message::glUniform4i; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp3087 _c->glUniform4i(location, x, y, z, w);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h359 GL_ENTRY(void, glUniform4i, GLint location, GLint x, GLint y, GLint z, GLint w)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4318 /* void glUniform4i ( GLint location, GLint x, GLint y, GLint z, GLint w ) */
4322 glUniform4i(
5034 {"glUniform4i", "(IIIII)V", (void *) android_glUniform4i__IIIII },

Completed in 53 milliseconds