Home
last modified time | relevance | path

Searched refs:kAmbientGeomFactor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLSkiaShadowPort.cpp53 static constexpr auto kAmbientGeomFactor = 64.0f; variable
57 static constexpr auto kMaxAmbientRadius = 300 * kAmbientHeightFactor * kAmbientGeomFactor;
60 return std::min(height * kAmbientHeightFactor * kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLSkiaShadowPort.cpp53 static constexpr auto kAmbientGeomFactor = 64.0f; variable
57 static constexpr auto kMaxAmbientRadius = 300 * kAmbientHeightFactor * kAmbientGeomFactor;
60 return std::min(height * kAmbientHeightFactor * kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()