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

/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp391 glUniform1fv(fill.program->getUniform("transferFunction"), 7,
395 glUniform1fv(fill.program->getUniform("transferFunction"), 5,
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1515 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1517 public static native void glUniform1fv( method in class:GLES20
1524 // C function void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
1526 public static native void glUniform1fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h834 #define glUniform1fv wrap_glUniform1fv macro
H A Dgles_undefine.h834 #undef glUniform1fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp774 glUniform1fv(var, n, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0);
/frameworks/rs/driver/
H A DrsdShader.cpp373 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4869 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4903 glUniform1fv(
4919 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4948 glUniform1fv(
6632 {"glUniform1fv", "(II[FI)V", (void *) android_glUniform1fv__II_3FI },
6633 {"glUniform1fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform1fv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);

Completed in 350 milliseconds