Home
last modified time | relevance | path

Searched refs:fExecutor (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/core/
H A DSkTaskGroup.cpp11 SkTaskGroup::SkTaskGroup(SkExecutor& executor) : fPending(0), fExecutor(executor) {} in SkTaskGroup()
15 fExecutor.add([this, fn{std::move(fn)}] { in add()
25 fExecutor.add([=] { in batch()
42 fExecutor.borrow(); in wait()
H A DSkTaskGroup.h45 SkExecutor& fExecutor; member in SkTaskGroup
/third_party/skia/tests/
H A DGrContextFactoryTest.cpp86 contextOptions.fExecutor = nullptr; in DEF_GPUTEST()
90 contextOptions.fExecutor = threadPool.get(); in DEF_GPUTEST()
H A DPDFDocumentTest.cpp252 metadata.fExecutor = executor.get(); in DEF_TEST()
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h132 SkExecutor* executor() const { return fExecutor; } in executor()
173 SkExecutor* fExecutor = nullptr; member in SkPDFDocument
H A DSkPDFDocument.cpp222 fExecutor = metadata.fExecutor; in SkPDFDocument()
/third_party/skia/bench/
H A DPDFBench.cpp416 std::unique_ptr<SkExecutor> fExecutor; member
420 fExecutor = fFast ? SkExecutor::MakeFIFOThreadPool() : nullptr;
436 metadata.fExecutor = fExecutor.get();
/third_party/skia/tools/flags/
H A DCommonFlagsGpu.cpp103 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptions()
/third_party/skia/include/docs/
H A DSkPDFDocument.h149 SkExecutor* fExecutor = nullptr; member
/third_party/skia/include/gpu/
H A DGrContextOptions.h119 SkExecutor* fExecutor = nullptr; member
/third_party/skia/dm/
H A DDMSrcSink.cpp1551 SkDEBUGCODE(auto exec = grOptions.fExecutor); in onDraw()
1554 SkASSERT(exec == grOptions.fExecutor); in onDraw()
1605 , fExecutor(SkExecutor::MakeFIFOThreadPool(FLAGS_gpuThreads)) { in GPUThreadTestingSink()
1606 SkASSERT(fExecutor); in GPUThreadTestingSink()
1616 contextOptions.fExecutor = fExecutor.get(); in draw()
1626 contextOptions.fExecutor = nullptr; in draw()
1757 contextOptions.fExecutor = nullptr; in draw()
1900 contextOptions.fExecutor = nullptr; in draw()
2001 metadata.fExecutor in draw()
[all...]
H A DDMSrcSink.h441 std::unique_ptr<SkExecutor> fExecutor; member in DM::GPUThreadTestingSink
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp250 if (this->options().fExecutor) { in init()
251 fTaskGroup = std::make_unique<SkTaskGroup>(*this->options().fExecutor); in init()

Completed in 15 milliseconds