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:fMemoryAllocator
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/include/gpu/d3d/
H
A
D
GrD3DBackendContext.h
31
sk_sp<GrD3DMemoryAllocator>
fMemoryAllocator
;
member
/third_party/skia/include/gpu/vk/
H
A
D
GrVkBackendContext.h
67
sk_sp<GrVkMemoryAllocator>
fMemoryAllocator
;
member
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DGpu.h
45
GrD3DMemoryAllocator* memoryAllocator() const { return
fMemoryAllocator
.get(); }
in memoryAllocator()
300
sk_sp<GrD3DMemoryAllocator>
fMemoryAllocator
;
member in GrD3DGpu
H
A
D
GrD3DGpu.cpp
44
sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.
fMemoryAllocator
;
in Make()
73
,
fMemoryAllocator
(std::move(allocator))
in GrD3DGpu()
/third_party/skia/tools/gpu/vk/
H
A
D
VkTestContext.cpp
93
fVk.
fMemoryAllocator
.reset();
H
A
D
VkTestHelper.cpp
97
fBackendContext.
fMemoryAllocator
.reset();
in cleanup()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkGpu.h
63
GrVkMemoryAllocator* memoryAllocator() const { return
fMemoryAllocator
.get(); }
in memoryAllocator()
415
sk_sp<GrVkMemoryAllocator>
fMemoryAllocator
;
member in GrVkGpu
H
A
D
GrVkGpu.cpp
183
sk_sp<GrVkMemoryAllocator> memoryAllocator = backendContext.
fMemoryAllocator
;
in Make()
228
,
fMemoryAllocator
(std::move(memoryAllocator))
in GrVkGpu()
240
SkASSERT(
fMemoryAllocator
);
in GrVkGpu()
296
fMemoryAllocator
.reset();
in ~GrVkGpu()
2273
uint64_t allocatedMemory =
fMemoryAllocator
->totalAllocatedMemory();
in onReportSubmitHistograms()
2274
uint64_t usedMemory =
fMemoryAllocator
->totalUsedMemory();
in onReportSubmitHistograms()
/third_party/skia/tests/
H
A
D
VkHardwareBufferTest.cpp
414
fBackendContext.
fMemoryAllocator
.reset();
Completed in 14 milliseconds