Searched refs:glUniform3fv (Results 1 - 13 of 13) 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 Dnullgles.cpp246 void glUniform3fv(GLint location, GLsizei count, const GLfloat *value) {} function
H A Dunwrap_gles.h849 #undef glUniform3fv macro
H A Dwrap_gles.h849 #define glUniform3fv wrap_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.cpp375 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5015 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5049 glUniform3fv(
5065 /* void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v ) */
5088 glUniform3fv(
6298 {"glUniform3fv", "(II[FI)V", (void *) android_glUniform3fv__II_3FI },
6299 {"glUniform3fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform3fv__IILjava_nio_FloatBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h648 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 491 milliseconds