Searched refs:glUniform4uiv (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 376 glUniform4uiv;
|
D | entries.in | 840 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint *value)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1179 public static native void glUniform4uiv( in glUniform4uiv() method in GLES30 1188 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/base/libs/hwui/debug/ |
D | gles_redefine.h | 856 #define glUniform4uiv wrap_glUniform4uiv macro
|
D | gles_undefine.h | 856 #undef glUniform4uiv
|
D | gles_stubs.in | 592 void API_ENTRY(glUniform4uiv)(GLint location, GLsizei count, const GLuint *value) { 593 CALL_GL_API(glUniform4uiv, location, count, value);
|
D | gles_decls.in | 198 GL_ENTRY(void, glUniform4uiv, GLint location, GLsizei count, const GLuint *value)
|
/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 | 1157 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl31.h | 1157 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
D | gl32.h | 1157 GL_APICALL void GL_APIENTRY glUniform4uiv (GLint location, GLsizei count, const GLuint *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3340 glUniform4uiv( in android_glUniform4uiv__II_3II() 3379 glUniform4uiv( in android_glUniform4uiv__IILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20310 method public static void glUniform4uiv(int, int, int[], int); 20311 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 29043 method public static void glUniform4uiv(int, int, int[], int); 29044 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 31752 method public static void glUniform4uiv(int, int, int[], int); 31753 method public static void glUniform4uiv(int, int, java.nio.IntBuffer);
|