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:fSampledProxies
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
OpsTask.cpp
462
fSampledProxies
.reset();
in endFlush()
506
flushState->setSampledProxyArray(&
fSampledProxies
);
in onPrepare()
637
fSampledProxies
,
in onExecute()
698
fSampledProxies
.reset();
in reset()
738
addlProxyCount += toMerge->
fSampledProxies
.count();
in mergeFrom()
761
fSampledProxies
.reserve_back(addlProxyCount);
in mergeFrom()
772
fSampledProxies
.move_back_n(toMerge->
fSampledProxies
.count(),
in mergeFrom()
773
toMerge->
fSampledProxies
.data());
in mergeFrom()
777
toMerge->
fSampledProxies
in mergeFrom()
[all...]
H
A
D
OpsTask.h
73
fSampledProxies
.push_back(proxy);
in addSampledTexture()
285
SkTArray<GrSurfaceProxy*, true>
fSampledProxies
;
member in skgpu::v1::OpsTask::CanDiscardPreviousOps
/third_party/skia/src/gpu/
H
A
D
GrOpFlushState.h
113
fSampledProxies
= sampledProxies;
in setSampledProxyArray()
117
return
fSampledProxies
;
312
SkTArray<GrSurfaceProxy*, true>*
fSampledProxies
;
member in final
Completed in 4 milliseconds