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

/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/libs/GLES_trace/
H A Dgltrace.proto369 glUniform1fv = 343;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp781 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/native/opengl/include/GLES2/
H A Dgl2.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp859 case GLMessage::glUniform1fv:
860 /* void glUniform1fv(GLint location, GLsizei count, const GLfloat *value); */
H A Dgltrace.pb.cpp1175 const GLMessage_Function GLMessage::glUniform1fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1523 static const Function glUniform1fv = GLMessage_Function_glUniform1fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp4477 glmsg.set_function(GLMessage::glUniform1fv);
4500 glContext->hooks->gl.glUniform1fv(location, count, value);
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp367 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4514 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4548 glUniform1fv(
4564 /* void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) */
4587 glUniform1fv(
6181 {"glUniform1fv", "(II[FI)V", (void *) android_glUniform1fv__II_3FI },
6182 {"glUniform1fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform1fv__IILjava_nio_FloatBuffer_2 },

Completed in 315 milliseconds