Searched refs:glUniform2fv (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp260 glUniform2fv(caches.program().getUniform("textureDimension"), 1, &data.textureDimension[0]);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1564 // C function void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
1566 public static native void glUniform2fv( method in class:GLES20
1573 // C function void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
1575 public static native void glUniform2fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h840 #define glUniform2fv wrap_glUniform2fv macro
H A Dgles_undefine.h840 #undef glUniform2fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp778 glUniform2fv(var, n, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java371 GLES20.glUniform2fv(uniform.getLocation(), len / 2, values, 0);
/frameworks/rs/driver/
H A DrsdShader.cpp376 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5078 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
5112 glUniform2fv(
5128 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
5157 glUniform2fv(
6638 {"glUniform2fv", "(II[FI)V", (void *) android_glUniform2fv__II_3FI },
6639 {"glUniform2fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform2fv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);

Completed in 2034 milliseconds