Home
last modified time | relevance | path

Searched refs:mChildFunctors (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp44 skiaDL.mChildFunctors.emplace_back(nullptr, nullptr, &dummyCanvas); in TEST()
51 ASSERT_FALSE(skiaDL.mChildFunctors.empty()); in TEST()
60 ASSERT_TRUE(skiaDL.mChildFunctors.empty()); in TEST()
94 skiaDL.mChildFunctors.emplace_back(&functor, nullptr, &dummyCanvas); in TEST()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h80 bool hasFunctor() const override { return !mChildFunctors.empty(); } in hasFunctor()
143 std::deque<GLFunctorDrawable> mChildFunctors; variable
DSkiaDisplayList.cpp31 for (auto& functor : mChildFunctors) { in syncContents()
108 mChildFunctors.clear(); in reset()
DSkiaRecordingCanvas.cpp116 mDisplayList->mChildFunctors.emplace_back(functor, listener, asSkCanvas()); in callDrawGLFunction()
117 drawDrawable(&mDisplayList->mChildFunctors.back()); in callDrawGLFunction()
DDumpOpsCanvas.h169 for (auto& child : mDisplayList.mChildFunctors) { in getGLFunctorDrawable()