Home
last modified time | relevance | path

Searched refs:glUniform1uiv (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1120 public static native void glUniform1uiv( in glUniform1uiv() method in GLES30
1129 public static native void glUniform1uiv( in glUniform1uiv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec59 void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h841 #define glUniform1uiv wrap_glUniform1uiv macro
Dunwrap_gles.h841 #undef glUniform1uiv
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in583 void API_ENTRY(glUniform1uiv)(GLint location, GLsizei count, const GLuint *value) {
584 CALL_GL_API(glUniform1uiv, location, count, value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2747 glUniform1uiv( in android_glUniform1uiv__II_3II()
2777 glUniform1uiv( in android_glUniform1uiv__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1154 GL_APICALL void GL_APIENTRY glUniform1uiv (GLint location, GLsizei count, const GLuint *value);
/frameworks/native/opengl/libs/
Dentries.in822 GL_ENTRY(void, glUniform1uiv, GLint location, GLsizei count, const GLuint *value)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20301 method public static void glUniform1uiv(int, int, int[], int);
20302 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26813 method public static void glUniform1uiv(int, int, int[], int);
26814 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
Dsystem-current.txt29253 method public static void glUniform1uiv(int, int, int[], int);
29254 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);
Dtest-current.txt26882 method public static void glUniform1uiv(int, int, int[], int);
26883 method public static void glUniform1uiv(int, int, java.nio.IntBuffer);