Home
last modified time | relevance | path

Searched refs:glUniform1iv (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt178 glUniform1iv;
DlibGLESv3.map.txt363 glUniform1iv;
Dentries.in919 GL_ENTRY(void, glUniform1iv, GLint location, GLsizei count, const GLint *value)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1541 public static native void glUniform1iv( in glUniform1iv() method in GLES20
1550 public static native void glUniform1iv( in glUniform1iv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec116 void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0); in setUniformValue()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp723 glUniform1iv(var, n, values); in SetUniformValue()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h837 #define glUniform1iv wrap_glUniform1iv macro
Dgles_undefine.h836 #undef glUniform1iv
Dgles_stubs.in343 void API_ENTRY(glUniform1iv)(GLint location, GLsizei count, const GLint *value) {
344 CALL_GL_API(glUniform1iv, location, count, value);
Dgles_decls.in115 GL_ENTRY(void, glUniform1iv, GLint location, GLsizei count, const GLint *value)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in343 void API_ENTRY(glUniform1iv)(GLint location, GLsizei count, const GLint *value) {
344 CALL_GL_API(glUniform1iv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h640 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h640 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
Dgl31.h642 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
Dgl32.h642 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5006 glUniform1iv( in android_glUniform1iv__II_3II()
5051 glUniform1iv( in android_glUniform1iv__IILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19826 method public static void glUniform1iv(int, int, int[], int);
19827 method public static void glUniform1iv(int, int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28711 Landroid/opengl/GLES20;->glUniform1iv(IILjava/nio/IntBuffer;)V
28712 Landroid/opengl/GLES20;->glUniform1iv(II[II)V
/frameworks/base/api/
Dcurrent.txt30253 method public static void glUniform1iv(int, int, int[], int);
30254 method public static void glUniform1iv(int, int, java.nio.IntBuffer);