Home
last modified time | relevance | path

Searched refs:effectiveLayerType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.h185 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer; in prepareForFunctorPresence()
626 LayerType effectiveLayerType() const { in effectiveLayerType() function
DRenderProperties.cpp126 const bool isLayer = effectiveLayerType() != LayerType::None; in debugOutputProperties()
DRenderNode.cpp261 LayerType layerType = properties().effectiveLayerType(); in prepareLayer()
301 LayerType layerType = properties().effectiveLayerType(); in pushLayerUpdate()
599 const bool isLayer = properties().effectiveLayerType() != LayerType::None; in pushLayerUpdate()
DFrameBuilder.cpp237 const bool isLayer = properties.effectiveLayerType() != LayerType::None; in deferNodePropsAndOps()