/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 113 glUniform4fv(mColor0UniformLoc, 1, color0); in drawGradient() 114 glUniform4fv(mColor1UniformLoc, 1, color1); in drawGradient()
|
D | Composers.cpp | 84 glUniform4fv(mModColorUniformLoc, 1, modColor); in modBlit()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | RenderPatchOpenGLTest.java | 140 GLES20.glUniform4fv(mColorHandle, 1, getColor(), 0); in draw()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | Program.cpp | 130 glUniform4fv(mColorLoc, 1, color); in setUniforms()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 188 glUniform4fv;
|
D | libGLESv3.map.txt | 379 glUniform4fv;
|
D | entries.in | 945 GL_ENTRY(void, glUniform4fv, GLint location, GLsizei count, const GLfloat *value)
|
/frameworks/native/libs/renderengine/gl/ |
D | Program.cpp | 139 glUniform4fv(mColorLoc, 1, color); in setUniforms()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1674 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/ |
D | GLES20.spec | 126 void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 379 GLES20.glUniform4fv(uniform.getLocation(), len / 4, values, 0); in setUniformValue()
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 382 RSD_CALL_GL(glUniform4fv, slot, arraySize, fd); in setUniform()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 786 glUniform4fv(var, n, values); in SetUniformValue()
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv); 1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4fv); in init_stub_library()
|
D | stubs_arm64.cc | 792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv); 1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glUniform4fv); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv); 1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4fv); in init_stub_library()
|
D | stubs_arm64.cc | 792 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glUniform4fv); 1640 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glUniform4fv); in init_stub_library()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0); in prepareDraw()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 373 void API_ENTRY(glUniform4fv)(GLint location, GLsizei count, const GLfloat *value) { 374 CALL_GL_API(glUniform4fv, location, count, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl32.h | 652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 5505 glUniform4fv( in android_glUniform4fv__II_3FI() 5550 glUniform4fv( in android_glUniform4fv__IILjava_nio_FloatBuffer_2()
|
/frameworks/base/core/api/ |
D | current.txt | 28833 method public static void glUniform4fv(int, int, float[], int); 28834 method public static void glUniform4fv(int, int, java.nio.FloatBuffer);
|