Searched refs:glUniform4uiv (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1156 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/ |
D | GLES30.spec | 62 void glUniform4uiv ( GLint location, GLsizei count, const GLuint *value )
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 459 glUniform4uiv = 431; enumerator
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 592 void API_ENTRY(glUniform4uiv)(GLint location, GLsizei count, const GLuint * value) { 593 CALL_GL_API(glUniform4uiv, location, count, value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 884 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 2937 glUniform4uiv( in android_glUniform4uiv__II_3II() 2967 glUniform4uiv( in android_glUniform4uiv__IILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 675 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint * value)
|
D | trace.in | 675 TRACE_GL_VOID(glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, coun…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 8275 glmsg.set_function(GLMessage::glUniform4uiv); in GLTrace_glUniform4uiv() 8298 glContext->hooks->gl.glUniform4uiv(location, count, value); in GLTrace_glUniform4uiv()
|
/frameworks/base/api/ |
D | current.txt | 21543 method public static void glUniform4uiv(int, int, int[], int); 21544 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 23487 method public static void glUniform4uiv(int, int, int[], int); 23488 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
|