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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1154 // C function void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value )
1156 public static native void glUniform4uiv( method in class:GLES30
1163 // C function void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value )
1165 public static native void glUniform4uiv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto457 glUniform4uiv = 431;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec62 void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
H A Dgl31.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1263 const GLMessage_Function GLMessage::glUniform4uiv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1611 static const Function glUniform4uiv = GLMessage_Function_glUniform4uiv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp8275 glmsg.set_function(GLMessage::glUniform4uiv);
8298 glContext->hooks->gl.glUniform4uiv(location, count, value);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2787 /* void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value ) */
2815 glUniform4uiv(
2831 /* void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value ) */
2845 glUniform4uiv(
5138 {"glUniform4uiv", "(II[II)V", (void *) android_glUniform4uiv__II_3II },
5139 {"glUniform4uiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform4uiv__IILjava_nio_IntBuffer_2 },

Completed in 131 milliseconds