Home
last modified time | relevance | path

Searched refs:glUniform1fv (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt176 glUniform1fv;
DlibGLESv3.map.txt361 glUniform1fv;
Dentries.in915 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1521 public static native void glUniform1fv( in glUniform1fv() method in GLES20
1530 public static native void glUniform1fv( in glUniform1fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0); in setUniformValue()
/frameworks/rs/driver/
DrsdShader.cpp373 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd); in setUniform()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp774 glUniform1fv(var, n, values); in SetUniformValue()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc762 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform1fv);
1610 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform1fv); in init_stub_library()
Dstubs_arm64.cc762 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform1fv);
1610 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform1fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc762 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform1fv);
1610 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform1fv); in init_stub_library()
Dstubs_arm64.cc762 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform1fv);
1610 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform1fv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in337 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat *value) {
338 CALL_GL_API(glUniform1fv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h638 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h638 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
Dgl32.h640 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp4872 glUniform1fv( in android_glUniform1fv__II_3FI()
4917 glUniform1fv( in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
/frameworks/base/core/api/
Dcurrent.txt28815 method public static void glUniform1fv(int, int, float[], int);
28816 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19823 method public static void glUniform1fv(int, int, float[], int);
19824 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);