Home
last modified time | relevance | path

Searched refs:casterZ (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLShadowVertexGenerator.cpp31 float casterCornerRadius, float casterZ, in GLShadowVertexGenerator() argument
40 mAmbientShadowGeometry = getAmbientShadowGeometry(casterRect, casterCornerRadius, casterZ, in GLShadowVertexGenerator()
51 getSpotShadowGeometry(casterRect, casterCornerRadius, casterZ, casterIsTranslucent, in GLShadowVertexGenerator()
DGLSkiaShadowPort.h60 float casterCornerRadius, float casterZ,
65 float casterCornerRadius, float casterZ,
DGLShadowVertexGenerator.h40 GLShadowVertexGenerator(const FloatRect& casterRect, float casterCornerRadius, float casterZ,
DGLSkiaShadowPort.cpp549 float casterCornerRadius, float casterZ, in getAmbientShadowGeometry() argument
552 float devSpaceInsetWidth = AmbientBlurRadius(casterZ); in getAmbientShadowGeometry()
553 const float umbraRecipAlpha = AmbientRecipAlpha(casterZ); in getAmbientShadowGeometry()
575 float casterCornerRadius, float casterZ, in getSpotShadowGeometry() argument
581 GetSpotParams(casterZ, lightPosition.x, lightPosition.y, lightPosition.z, lightRadius, in getSpotShadowGeometry()
DGLESRenderEngine.cpp1737 const float casterZ = settings.length / 2.0f; in handleShadow() local
1738 const GLShadowVertexGenerator shadows(casterRect, casterCornerRadius, casterZ, in handleShadow()
/frameworks/native/libs/renderengine/gl/
DGLShadowVertexGenerator.cpp31 float casterCornerRadius, float casterZ, in GLShadowVertexGenerator() argument
40 mAmbientShadowGeometry = getAmbientShadowGeometry(casterRect, casterCornerRadius, casterZ, in GLShadowVertexGenerator()
51 getSpotShadowGeometry(casterRect, casterCornerRadius, casterZ, casterIsTranslucent, in GLShadowVertexGenerator()
DGLSkiaShadowPort.h60 float casterCornerRadius, float casterZ,
65 float casterCornerRadius, float casterZ,
DGLShadowVertexGenerator.h40 GLShadowVertexGenerator(const FloatRect& casterRect, float casterCornerRadius, float casterZ,
DGLSkiaShadowPort.cpp549 float casterCornerRadius, float casterZ, in getAmbientShadowGeometry() argument
552 float devSpaceInsetWidth = AmbientBlurRadius(casterZ); in getAmbientShadowGeometry()
553 const float umbraRecipAlpha = AmbientRecipAlpha(casterZ); in getAmbientShadowGeometry()
575 float casterCornerRadius, float casterZ, in getSpotShadowGeometry() argument
581 GetSpotParams(casterZ, lightPosition.x, lightPosition.y, lightPosition.z, lightRadius, in getSpotShadowGeometry()
DGLESRenderEngine.cpp1837 const float casterZ = settings.length / 2.0f; in handleShadow() local
1838 const GLShadowVertexGenerator shadows(casterRect, casterCornerRadius, casterZ, in handleShadow()
/frameworks/base/libs/hwui/pipeline/skia/
DReorderBarrierDrawables.cpp54 const float casterZ = childNode->getNodeProperties().getZ(); in onDraw() local
55 if (casterZ >= -MathUtils::NON_ZERO_EPSILON) { // draw only children with negative Z in onDraw()
96 const float casterZ = zChildren[shadowIndex]->getNodeProperties().getZ(); in onDraw() local
100 if (shadowIndex == drawIndex || casterZ - lastCasterZ < SHADOW_DELTA) { in onDraw()
102 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow in onDraw()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp1415 const float casterZ = settings.length / 2.0f; in drawShadow() local
1419 SkShadowUtils::DrawShadow(canvas, SkPath::RRect(casterRRect), SkPoint3::Make(0, 0, casterZ), in drawShadow()