Home
last modified time | relevance | path

Searched refs:glUniform4uiv (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1156 public static native void glUniform4uiv( in glUniform4uiv() method in GLES30
1165 public static native void glUniform4uiv( in glUniform4uiv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec62 void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto459 glUniform4uiv = 431; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in592 void API_ENTRY(glUniform4uiv)(GLint location, GLsizei count, const GLuint * value) {
593 CALL_GL_API(glUniform4uiv, location, count, value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2937 glUniform4uiv( in android_glUniform4uiv__II_3II()
2967 glUniform4uiv( in android_glUniform4uiv__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in675 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint * value)
Dtrace.in675 TRACE_GL_VOID(glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, coun…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp8275 glmsg.set_function(GLMessage::glUniform4uiv); in GLTrace_glUniform4uiv()
8298 glContext->hooks->gl.glUniform4uiv(location, count, value); in GLTrace_glUniform4uiv()
/frameworks/base/api/
Dcurrent.txt21543 method public static void glUniform4uiv(int, int, int[], int);
21544 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
Dsystem-current.txt23487 method public static void glUniform4uiv(int, int, int[], int);
23488 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);