Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fExecutor
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkTaskGroup.cpp
11
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
D
SkTaskGroup.h
45
SkExecutor&
fExecutor
;
member in SkTaskGroup
/third_party/skia/tests/
H
A
D
GrContextFactoryTest.cpp
86
contextOptions.
fExecutor
= nullptr;
in DEF_GPUTEST()
90
contextOptions.
fExecutor
= threadPool.get();
in DEF_GPUTEST()
H
A
D
PDFDocumentTest.cpp
252
metadata.
fExecutor
= executor.get();
in DEF_TEST()
/third_party/skia/src/pdf/
H
A
D
SkPDFDocumentPriv.h
132
SkExecutor* executor() const { return
fExecutor
; }
in executor()
173
SkExecutor*
fExecutor
= nullptr;
member in SkPDFDocument
H
A
D
SkPDFDocument.cpp
222
fExecutor
= metadata.
fExecutor
;
in SkPDFDocument()
/third_party/skia/bench/
H
A
D
PDFBench.cpp
416
std::unique_ptr<SkExecutor>
fExecutor
;
member
420
fExecutor
= fFast ? SkExecutor::MakeFIFOThreadPool() : nullptr;
436
metadata.
fExecutor
=
fExecutor
.get();
/third_party/skia/tools/flags/
H
A
D
CommonFlagsGpu.cpp
103
ctxOptions->
fExecutor
= gGpuExecutor.get();
in SetCtxOptions()
/third_party/skia/include/docs/
H
A
D
SkPDFDocument.h
149
SkExecutor*
fExecutor
= nullptr;
member
/third_party/skia/include/gpu/
H
A
D
GrContextOptions.h
119
SkExecutor*
fExecutor
= nullptr;
member
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1551
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
D
DMSrcSink.h
441
std::unique_ptr<SkExecutor>
fExecutor
;
member in DM::GPUThreadTestingSink
/third_party/skia/src/gpu/
H
A
D
GrDirectContext.cpp
250
if (this->options().
fExecutor
) {
in init()
251
fTaskGroup = std::make_unique<SkTaskGroup>(*this->options().
fExecutor
);
in init()
Completed in 13 milliseconds