Searched refs:prepareListAndChildren (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaDisplayListTests.cpp | 141 RENDERTHREAD_SKIA_PIPELINE_TEST(SkiaDisplayList, prepareListAndChildren) { in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 165 ASSERT_FALSE(skiaDL.prepareListAndChildren(observer, info, false, in RENDERTHREAD_SKIA_PIPELINE_TEST() 176 ASSERT_TRUE(skiaDL.prepareListAndChildren(observer, info, false, in RENDERTHREAD_SKIA_PIPELINE_TEST() 186 ASSERT_TRUE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 235 ASSERT_FALSE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 259 ASSERT_FALSE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 279 ASSERT_FALSE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 301 ASSERT_FALSE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 323 ASSERT_TRUE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() 339 ASSERT_TRUE(skiaDL.prepareListAndChildren( in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
/frameworks/base/libs/hwui/ |
D | DisplayList.h | 123 bool prepareListAndChildren( in prepareListAndChildren() function 126 return mImpl && mImpl->prepareListAndChildren( in prepareListAndChildren() 175 bool prepareListAndChildren( in prepareListAndChildren() function 296 bool prepareListAndChildren( in prepareListAndChildren() function 300 return it.prepareListAndChildren(observer, info, functorsNeedLayer, std::move(childFn)); in prepareListAndChildren()
|
D | RenderNode.cpp | 263 bool isDirty = mDisplayList.prepareListAndChildren( in prepareTreeImpl()
|
/frameworks/base/libs/hwui/canvas/ |
D | CanvasOpBuffer.cpp | 38 bool CanvasOpBuffer::prepareListAndChildren( in prepareListAndChildren() function in android::uirenderer::CanvasOpBuffer
|
D | CanvasOpBuffer.h | 99 bool prepareListAndChildren(
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.h | 138 bool prepareListAndChildren(
|
D | SkiaDisplayList.cpp | 91 bool SkiaDisplayList::prepareListAndChildren( in prepareListAndChildren() function in android::uirenderer::skiapipeline::SkiaDisplayList
|