Searched refs:glUniform2iv (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java342 GLES20.glUniform2iv(uniform.getLocation(), len / 2, values, 0);
346 GLES20.glUniform2iv(uniform.getLocation(), len / 3, values, 0);
350 GLES20.glUniform2iv(uniform.getLocation(), len / 4, values, 0);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1589 // C function void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
1591 public static native void glUniform2iv( method in class:GLES20
1598 // C function void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
1600 public static native void glUniform2iv( method in class:GLES20
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto377 glUniform2iv = 349;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec120 void glUniform2iv ( GLint location, GLsizei count, const GLint *v )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp233 void glUniform2iv(GLint location, GLsizei count, const GLint *value) {} function
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp727 glUniform2iv(var, n, values);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp847 case GLMessage::glUniform2iv:
848 /* void glUniform2iv(GLint location, GLsizei count, const GLint *value); */
H A Dgltrace_api.cpp4714 glmsg.set_function(GLMessage::glUniform2iv);
4737 glContext->hooks->gl.glUniform2iv(location, count, value);
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
H A Dgl31.h495 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4933 /* void glUniform2iv ( GLint location, GLsizei count, const GLint *v ) */
4967 glUniform2iv(
4983 /* void glUniform2iv ( GLint location, GLsizei count, const GLint *v ) */
5006 glUniform2iv(
6313 {"glUniform2iv", "(II[II)V", (void *) android_glUniform2iv__II_3II },
6314 {"glUniform2iv", "(IILjava/nio/IntBuffer;)V", (void *) android_glUniform2iv__IILjava_nio_IntBuffer_2 },

Completed in 243 milliseconds