Home
last modified time | relevance | path

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

12

/third_party/flutter/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()
42 fExecutor.borrow(); in wait()
DSkTaskGroup.h45 SkExecutor& fExecutor; variable
/third_party/skia/src/core/
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()
DSkTaskGroup.h45 SkExecutor& fExecutor; variable
/third_party/skia/bench/
DPDFBench.cpp416 std::unique_ptr<SkExecutor> fExecutor; member
420 fExecutor = fFast ? SkExecutor::MakeFIFOThreadPool() : nullptr; in onDelayedSetup()
436 metadata.fExecutor = fExecutor.get(); in onDraw()
/third_party/flutter/skia/bench/
DPDFBench.cpp415 std::unique_ptr<SkExecutor> fExecutor; member
419 fExecutor = fFast ? SkExecutor::MakeFIFOThreadPool() : nullptr; in onDelayedSetup()
435 metadata.fExecutor = fExecutor.get(); in onDraw()
/third_party/skia/tests/
DGrContextFactoryTest.cpp86 contextOptions.fExecutor = nullptr; in DEF_GPUTEST()
90 contextOptions.fExecutor = threadPool.get(); in DEF_GPUTEST()
DPDFDocumentTest.cpp252 metadata.fExecutor = executor.get(); in DEF_TEST()
/third_party/flutter/skia/tests/
DGrContextFactoryTest.cpp85 contextOptions.fExecutor = nullptr; in DEF_GPUTEST()
89 contextOptions.fExecutor = threadPool.get(); in DEF_GPUTEST()
DPDFDocumentTest.cpp253 metadata.fExecutor = executor.get(); in DEF_TEST()
/third_party/flutter/skia/src/pdf/
DSkPDFDocumentPriv.h103 SkExecutor* executor() const { return fExecutor; } in executor()
146 SkExecutor* fExecutor = nullptr; variable
DSkPDFDocument.cpp200 fExecutor = metadata.fExecutor; in SkPDFDocument()
/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h132 SkExecutor* executor() const { return fExecutor; } in executor()
173 SkExecutor* fExecutor = nullptr; variable
DSkPDFDocument.cpp222 fExecutor = metadata.fExecutor; in SkPDFDocument()
/third_party/flutter/skia/include/gpu/
DGrContextOptions.h84 SkExecutor* fExecutor = nullptr; member
/third_party/flutter/skia/include/docs/
DSkPDFDocument.h161 SkExecutor* fExecutor = nullptr; member
/third_party/flutter/skia/tools/flags/
DCommonFlagsGpu.cpp85 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptionsFromCommonFlags()
/third_party/skia/include/docs/
DSkPDFDocument.h149 SkExecutor* fExecutor = nullptr; member
/third_party/skia/include/gpu/
DGrContextOptions.h119 SkExecutor* fExecutor = nullptr; member
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp103 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptions()
/third_party/skia/dm/
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 = executor.get(); in draw()
/third_party/flutter/skia/dm/
DDMSrcSink.cpp1371 SkDEBUGCODE(auto exec = grOptions.fExecutor); in onDraw()
1374 SkASSERT(exec == grOptions.fExecutor); in onDraw()
1474 , fExecutor(SkExecutor::MakeFIFOThreadPool(FLAGS_gpuThreads)) { in GPUThreadTestingSink()
1475 SkASSERT(fExecutor); in GPUThreadTestingSink()
1485 contextOptions.fExecutor = fExecutor.get(); in draw()
1495 contextOptions.fExecutor = nullptr; in draw()
1586 metadata.fExecutor = executor.get(); in draw()
DDMSrcSink.h387 std::unique_ptr<SkExecutor> fExecutor;
/third_party/flutter/skia/src/gpu/
DGrContext.cpp90 if (this->options().fExecutor) { in init()
91 fTaskGroup = skstd::make_unique<SkTaskGroup>(*this->options().fExecutor); in init()
/third_party/skia/src/gpu/
DGrDirectContext.cpp248 if (this->options().fExecutor) { in init()
249 fTaskGroup = std::make_unique<SkTaskGroup>(*this->options().fExecutor); in init()

12