Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1137 public static native void glUniform2uiv( in glUniform2uiv() method in GLES30
1146 public static native void glUniform2uiv( in glUniform2uiv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec60 void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value )
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h847 #define glUniform2uiv wrap_glUniform2uiv macro
Dunwrap_gles.h847 #undef glUniform2uiv
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in586 void API_ENTRY(glUniform2uiv)(GLint location, GLsizei count, const GLuint *value) {
587 CALL_GL_API(glUniform2uiv, location, count, value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2815 glUniform2uiv( in android_glUniform2uiv__II_3II()
2845 glUniform2uiv( in android_glUniform2uiv__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1155 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl31.h1155 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
Dgl32.h1155 GL_APICALL void GL_APIENTRY glUniform2uiv (GLint location, GLsizei count, const GLuint *value);
/frameworks/native/opengl/libs/
Dentries.in828 GL_ENTRY(void, glUniform2uiv, GLint location, GLsizei count, const GLuint *value)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20304 method public static void glUniform2uiv(int, int, int[], int);
20305 method public static void glUniform2uiv(int, int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26816 method public static void glUniform2uiv(int, int, int[], int);
26817 method public static void glUniform2uiv(int, int, java.nio.IntBuffer);
Dsystem-current.txt29256 method public static void glUniform2uiv(int, int, int[], int);
29257 method public static void glUniform2uiv(int, int, java.nio.IntBuffer);
Dtest-current.txt26885 method public static void glUniform2uiv(int, int, int[], int);
26886 method public static void glUniform2uiv(int, int, java.nio.IntBuffer);