Searched defs:lightSourceNode (Results 1 – 2 of 2) sorted by relevance
308 auto lightSourceNode = std::make_shared<RSRenderNode>(1); variable334 auto lightSourceNode = std::make_shared<RSRenderNode>(0); variable
109 … std::shared_ptr<RSRenderNode> lightSourceNode = isLightSourceDirty ? dirtyNodePtr : mapElm; in PrepareLight() local117 …const std::shared_ptr<RSRenderNode>& lightSourceNode, const std::shared_ptr<RSRenderNode>& illumin… in CheckIlluminated()