HomeSort by relevance Sort by last modified time
    Searched refs:lastCasterZ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FrameBuilder.cpp 371 float lastCasterZ = 0.0f;
378 if (shadowIndex == drawIndex || casterZ - lastCasterZ < 0.1f) {
381 lastCasterZ = casterZ; // must do this even if current caster not casting a shadow
    [all...]
RenderNode.cpp     [all...]

Completed in 121 milliseconds