Home
last modified time | relevance | path

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

12

/frameworks/native/cmds/flatland/
DRenderers.cpp113 glUniform4fv(mColor0UniformLoc, 1, color0); in drawGradient()
114 glUniform4fv(mColor1UniformLoc, 1, color1); in drawGradient()
DComposers.cpp84 glUniform4fv(mModColorUniformLoc, 1, modColor); in modBlit()
/frameworks/native/libs/renderengine/gl/
DProgram.cpp126 glUniform4fv(mColorLoc, 1, color); in setUniforms()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt188 glUniform4fv;
DlibGLESv3.map.txt379 glUniform4fv;
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1674 public static native void glUniform4fv( in glUniform4fv() method in GLES20
1683 public static native void glUniform4fv( in glUniform4fv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec126 void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java379 GLES20.glUniform4fv(uniform.getLocation(), len / 4, values, 0); in setUniformValue()
/frameworks/rs/driver/
DrsdShader.cpp382 RSD_CALL_GL(glUniform4fv, slot, arraySize, fd); in setUniform()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp786 glUniform4fv(var, n, values); in SetUniformValue()
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv);
1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4fv); in init_stub_library()
Dstubs_arm64.cc792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv);
1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4fv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv);
1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4fv); in init_stub_library()
Dstubs_arm.cc792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv);
1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4fv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h853 #define glUniform4fv wrap_glUniform4fv macro
Dgles_undefine.h852 #undef glUniform4fv
Dgles_stubs.in373 void API_ENTRY(glUniform4fv)(GLint location, GLsizei count, const GLfloat *value) {
374 CALL_GL_API(glUniform4fv, location, count, value);
Dgles_decls.in125 GL_ENTRY(void, glUniform4fv, GLint location, GLsizei count, const GLfloat *value)
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0); in prepareDraw()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in373 void API_ENTRY(glUniform4fv)(GLint location, GLsizei count, const GLfloat *value) {
374 CALL_GL_API(glUniform4fv, location, count, value);
/frameworks/native/opengl/include/GLES2/
Dgl2.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/native/opengl/include/GLES3/
Dgl3.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
Dgl32.h652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp5503 glUniform4fv( in android_glUniform4fv__II_3FI()
5548 glUniform4fv( in android_glUniform4fv__IILjava_nio_FloatBuffer_2()

12