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

/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/libs/GLES_trace/
H A Dgltrace.proto373 glUniform2fv = 347;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp785 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/native/opengl/include/GLES2/
H A Dgl2.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp863 case GLMessage::glUniform2fv:
864 /* void glUniform2fv(GLint location, GLsizei count, const GLfloat *value); */
H A Dgltrace.pb.cpp1179 const GLMessage_Function GLMessage::glUniform2fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1527 static const Function glUniform2fv = GLMessage_Function_glUniform2fv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp4633 glmsg.set_function(GLMessage::glUniform2fv);
4656 glContext->hooks->gl.glUniform2fv(location, count, value);
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp370 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4711 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
4745 glUniform2fv(
4761 /* void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v ) */
4784 glUniform2fv(
6187 {"glUniform2fv", "(II[FI)V", (void *) android_glUniform2fv__II_3FI },
6188 {"glUniform2fv", "(IILjava/nio/FloatBuffer;)V", (void *) android_glUniform2fv__IILjava_nio_FloatBuffer_2 },

Completed in 318 milliseconds