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:fArenas
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrRenderTargetProxy.h
106
if (
fArenas
== nullptr) {
in arenas()
107
fArenas
= sk_make_sp<GrArenas>();
in arenas()
109
return
fArenas
;
in arenas()
113
if (
fArenas
!= nullptr) {
in clearArenas()
114
fArenas
->flush();
in clearArenas()
116
fArenas
= nullptr;
in clearArenas()
181
sk_sp<GrArenas>
fArenas
{nullptr};
H
A
D
GrRecordingContext.cpp
46
,
fArenas
(ddlRecording) {
in GrRecordingContext()
144
return std::move(
fArenas
);
in detachArenas()
H
A
D
GrDrawingManager.cpp
601
ddl->
fArenas
= std::move(fContext->priv().detachArenas());
in moveRenderTasksToDDL()
/third_party/skia/include/gpu/
H
A
D
GrRecordingContext.h
152
Arenas arenas() { return
fArenas
.get(); }
in arenas()
259
OwnedArenas
fArenas
;
member in GrRecordingContext
/third_party/skia/src/core/
H
A
D
SkDeferredDisplayList.cpp
26
,
fArenas
(true)
in SkDeferredDisplayList()
/third_party/skia/include/core/
H
A
D
SkDeferredDisplayList.h
65
friend class GrDrawingManager; // for access to 'fRenderTasks', 'fLazyProxyData', '
fArenas
'
101
GrRecordingContext::OwnedArenas
fArenas
;
member in SkDeferredDisplayList
/third_party/skia/src/gpu/ops/
H
A
D
OpsTask.cpp
398
,
fArenas
{std::move(arenas)}
in OpsTask()
707
fArenas
== opsTask->
fArenas
&&
in canMerge()
1018
fArenas
->arenaAlloc(), fAuditTrail);
in recordOp()
1037
clip =
fArenas
->arenaAlloc()->make<GrAppliedClip>(std::move(*clip));
in recordOp()
1053
if (candidate.prependChain(&chain, caps,
fArenas
->arenaAlloc(), fAuditTrail)) {
in forwardCombine()
H
A
D
OpsTask.h
280
sk_sp<GrArenas>
fArenas
;
member in skgpu::v1::OpsTask::CanDiscardPreviousOps
Completed in 8 milliseconds