Home
last modified time | relevance | path

Searched defs:ambientColor (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLShadowVertexGenerator.cpp32 bool casterIsTranslucent, const vec4& ambientColor, in GLShadowVertexGenerator()
DGLSkiaShadowPort.cpp551 const vec4& ambientColor) { in getAmbientShadowGeometry()
/frameworks/native/libs/renderengine/gl/
DGLShadowVertexGenerator.cpp32 bool casterIsTranslucent, const vec4& ambientColor, in GLShadowVertexGenerator()
DGLSkiaShadowPort.cpp551 const vec4& ambientColor) { in getAmbientShadowGeometry()
/frameworks/base/libs/hwui/pipeline/skia/
DReorderBarrierDrawables.cpp206 SkColor ambientColor = multiplyAlpha(casterProperties.getAmbientShadowColor(), ambientAlpha); in drawShadow() local
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DLayerSettings.h109 vec4 ambientColor = vec4(); member
/frameworks/native/libs/renderengine/include/renderengine/
DLayerSettings.h116 vec4 ambientColor = vec4(); member
/frameworks/native/libs/gui/
DISurfaceComposer.cpp833 status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings()
1593 half4 ambientColor = {shadowConfig[0], shadowConfig[1], shadowConfig[2], in onTransact() local
DSurfaceComposerClient.cpp2422 status_t SurfaceComposerClient::setGlobalShadowSettings(const half4& ambientColor, in setGlobalShadowSettings()
/frameworks/base/core/java/android/view/
DSurfaceControl.java245 private static native void nativeSetGlobalShadowSettings(@Size(4) float[] ambientColor, in nativeSetGlobalShadowSettings()
2712 public static void setGlobalShadowSettings(@Size(4) float[] ambientColor, in setGlobalShadowSettings()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1879 half4 ambientColor = half4(floatAmbientColor[0], floatAmbientColor[1], floatAmbientColor[2], in nativeSetGlobalShadowSettings() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7116 status_t SurfaceFlinger::setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1411 float[] ambientColor = {0.f, 0.f, 0.f, ambientShadowAlpha}; in setGlobalShadowSettings() local