Home
last modified time | relevance | path

Searched refs:glUniform2fv (Results 1 – 25 of 25) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt180 glUniform2fv;
DlibGLESv3.map.txt367 glUniform2fv;
Dentries.in925 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1570 public static native void glUniform2fv( in glUniform2fv() method in GLES20
1579 public static native void glUniform2fv( in glUniform2fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java371 GLES20.glUniform2fv(uniform.getLocation(), len / 2, values, 0); in setUniformValue()
/frameworks/rs/driver/
DrsdShader.cpp376 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd); in setUniform()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp778 glUniform2fv(var, n, values); in SetUniformValue()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc772 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform2fv);
1620 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform2fv); in init_stub_library()
Dstubs_arm64.cc772 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform2fv);
1620 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform2fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc772 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform2fv);
1620 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform2fv); in init_stub_library()
Dstubs_arm.cc772 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform2fv);
1620 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform2fv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h841 #define glUniform2fv wrap_glUniform2fv macro
Dgles_undefine.h840 #undef glUniform2fv
Dgles_stubs.in349 void API_ENTRY(glUniform2fv)(GLint location, GLsizei count, const GLfloat *value) {
350 CALL_GL_API(glUniform2fv, location, count, value);
Dgles_decls.in117 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in349 void API_ENTRY(glUniform2fv)(GLint location, GLsizei count, const GLfloat *value) {
350 CALL_GL_API(glUniform2fv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h642 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h642 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
Dgl32.h644 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5079 glUniform2fv( in android_glUniform2fv__II_3FI()
5124 glUniform2fv( in android_glUniform2fv__IILjava_nio_FloatBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19829 method public static void glUniform2fv(int, int, float[], int);
19830 method public static void glUniform2fv(int, int, java.nio.FloatBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt32506 method public static void glUniform2fv(int, int, float[], int);
32507 method public static void glUniform2fv(int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt32650 method public static void glUniform2fv(int, int, float[], int);
32651 method public static void glUniform2fv(int, int, java.nio.FloatBuffer);