Home
last modified time | relevance | path

Searched refs:fExecutor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
15 fExecutor.add([=] { in add()
25 fExecutor.add([=] { in batch()
38 fExecutor.borrow(); in wait()
DSkTaskGroup.h41 SkExecutor& fExecutor; variable