Home
last modified time | relevance | path

Searched refs:glUniform3fv (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt184 glUniform3fv;
DlibGLESv3.map.txt373 glUniform3fv;
Dentries.in935 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp265 glUniform3fv(location, count, &(v->x)); in bindVec3()
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1621 public static native void glUniform3fv( in glUniform3fv() method in GLES20
1630 public static native void glUniform3fv( in glUniform3fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0); in setUniformValue()
/frameworks/rs/driver/
DrsdShader.cpp379 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd); in setUniform()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp782 glUniform3fv(var, n, values); in SetUniformValue()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc782 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform3fv);
1630 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform3fv); in init_stub_library()
Dstubs_arm64.cc782 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform3fv);
1630 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform3fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm.cc782 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform3fv);
1630 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform3fv); in init_stub_library()
Dstubs_arm64.cc782 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform3fv);
1630 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform3fv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in361 void API_ENTRY(glUniform3fv)(GLint location, GLsizei count, const GLfloat *value) {
362 CALL_GL_API(glUniform3fv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl32.h648 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5292 glUniform3fv( in android_glUniform3fv__II_3FI()
5337 glUniform3fv( in android_glUniform3fv__IILjava_nio_FloatBuffer_2()
/frameworks/base/core/api/
Dcurrent.txt28827 method public static void glUniform3fv(int, int, float[], int);
28828 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19835 method public static void glUniform3fv(int, int, float[], int);
19836 method public static void glUniform3fv(int, int, java.nio.FloatBuffer);