Searched refs:MODE_RT_ONLY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DTreeInfo.h67 MODE_RT_ONLY, enumerator in enum:android::uirenderer::TreeInfo::TraversalMode
H A DAnimationContext.cpp36 startFrame(TreeInfo::MODE_RT_ONLY);
/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeTests.cpp282 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
318 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
H A DRenderNodeDrawableTests.cpp321 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
436 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
525 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
542 TreeInfo info(TreeInfo::MODE_RT_ONLY, *canvasContext.get());
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp333 info.mode = (node.get() == target ? TreeInfo::MODE_FULL : TreeInfo::MODE_RT_ONLY);
515 TreeInfo info(TreeInfo::MODE_RT_ONLY, *this);

Completed in 824 milliseconds