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:ctxOptions
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tools/flags/
H
A
D
CommonFlagsGpu.cpp
98
void SetCtxOptions(GrContextOptions*
ctxOptions
) {
in SetCtxOptions()
argument
103
ctxOptions
->fExecutor = gGpuExecutor.get();
in SetCtxOptions()
104
ctxOptions
->fAllowPathMaskCaching = FLAGS_cachePathMasks;
in SetCtxOptions()
105
ctxOptions
->fAllPathsVolatile = FLAGS_allPathsVolatile;
in SetCtxOptions()
106
ctxOptions
->fEnableExperimentalHardwareTessellation = FLAGS_hwtess;
in SetCtxOptions()
107
ctxOptions
->fMaxTessellationSegmentsOverride = FLAGS_maxTessellationSegments;
in SetCtxOptions()
108
ctxOptions
->fAlwaysPreferHardwareTessellation = FLAGS_alwaysHwTess;
in SetCtxOptions()
109
ctxOptions
->fGpuPathRenderers = collect_gpu_path_renderers_from_flags();
in SetCtxOptions()
110
ctxOptions
->fDisableDriverCorrectnessWorkarounds = FLAGS_disableDriverCorrectnessWorkarounds;
in SetCtxOptions()
111
ctxOptions
in SetCtxOptions()
[all...]
/third_party/skia/gm/
H
A
D
manypathatlases.cpp
31
void modifyGrContextOptions(GrContextOptions*
ctxOptions
) override {
33
ctxOptions
->fMaxTextureAtlasSize = fMaxAtlasSize;
H
A
D
preservefillrule.cpp
48
void modifyGrContextOptions(GrContextOptions*
ctxOptions
) override {
49
ctxOptions
->fAllowPathMaskCaching = true;
H
A
D
batchedconvexpaths.cpp
22
void modifyGrContextOptions(GrContextOptions*
ctxOptions
) override {
24
ctxOptions
->fGpuPathRenderers &= ~GpuPathRenderers::kAtlas;
/third_party/skia/bench/
H
A
D
TessellateBench.cpp
39
GrContextOptions
ctxOptions
;
in make_mock_context()
local
40
ctxOptions
.fGpuPathRenderers = GpuPathRenderers::kTessellation;
in make_mock_context()
41
ctxOptions
.fEnableExperimentalHardwareTessellation = true;
in make_mock_context()
43
return GrDirectContext::MakeMock(&mockOptions,
ctxOptions
);
in make_mock_context()
/third_party/skia/tests/
H
A
D
GrMipMappedTest.cpp
421
GrContextOptions
ctxOptions
;
in DEF_GPUTEST()
local
422
ctxOptions
.fReduceOpsTaskSplitting = enableSortingAndReduction;
in DEF_GPUTEST()
423
sk_sp<GrDirectContext> dContext = GrDirectContext::MakeMock(&mockOptions,
ctxOptions
);
in DEF_GPUTEST()
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
565
GrContextOptions
ctxOptions
;
in main()
local
566
CommonFlags::SetCtxOptions(&
ctxOptions
);
in main()
567
sk_gpu_test::GrContextFactory factory(
ctxOptions
);
in main()
/third_party/skia/src/core/
H
A
D
SkRemoteGlyphCache.cpp
804
GrContextOptions
ctxOptions
;
variable
808
ctxOptions
.fMinDistanceFieldFontSize,
809
ctxOptions
.fGlyphsAsPathsFontSize};
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1724
GPUOOPRSink::GPUOOPRSink(const SkCommandLineConfigGpu* config, const GrContextOptions&
ctxOptions
)
in GPUOOPRSink()
argument
1725
: INHERITED(config,
ctxOptions
) {
in GPUOOPRSink()
1793
GPUDDLSink::GPUDDLSink(const SkCommandLineConfigGpu* config, const GrContextOptions&
ctxOptions
)
in GPUDDLSink()
argument
1794
: INHERITED(config,
ctxOptions
)
in GPUDDLSink()
Completed in 12 milliseconds