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

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1615 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1617 public static native void glUniform3fv( method in class:GLES20
1624 // C function void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
1626 public static native void glUniform3fv( method in class:GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h847 #define glUniform3fv wrap_glUniform3fv macro
H A Dgles_undefine.h846 #undef glUniform3fv macro
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp782 glUniform3fv(var, n, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0);
/frameworks/rs/driver/
H A DrsdShader.cpp379 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5288 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5322 glUniform3fv(
5338 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5367 glUniform3fv(
6643 {"glUniform3fv", "(II[FI)V", (void *) android_glUniform3fv__II_3FI },
6644 {"glUniform3fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform3fv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);

Completed in 88 milliseconds