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:dumpVmaStats
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkAMDMemoryAllocator.cpp
400
void GrVkAMDMemoryAllocator::
dumpVmaStats
(SkString *out, const char *sep) const
in dumpVmaStats()
function in GrVkAMDMemoryAllocator
454
dumpVmaStats
(&debugInfo);
in vmaDefragment()
466
dumpVmaStats
(&debugInfo);
in vmaDefragment()
H
A
D
GrVkAMDMemoryAllocator.h
71
void
dumpVmaStats
(SkString *out, const char *sep = ", ") const override;
H
A
D
GrVkGpu.h
209
void
dumpVmaStats
(SkString *out) override;
H
A
D
GrVkGpu.cpp
2728
void GrVkGpu::
dumpVmaStats
(SkString *out) {
in dumpVmaStats()
function in GrVkGpu
2733
fMemoryAllocatorCacheImage->
dumpVmaStats
(out, "\n");
in dumpVmaStats()
/third_party/skia/include/gpu/vk/
H
A
D
GrVkMemoryAllocator.h
139
virtual void
dumpVmaStats
(SkString *out, const char *sep = ", ") const {}
in dumpVmaStats()
function in GrVkMemoryAllocator
/third_party/skia/src/gpu/
H
A
D
GrGpu.h
680
virtual void
dumpVmaStats
(SkString *out) {}
in dumpVmaStats()
function in GrGpu
H
A
D
GrDirectContext.cpp
597
void GrDirectContext::
dumpVmaStats
(SkString *out)
in dumpVmaStats()
function in GrDirectContext
603
fGpu->
dumpVmaStats
(out);
in dumpVmaStats()
/third_party/skia/include/gpu/
H
A
D
GrDirectContext.h
879
void
dumpVmaStats
(SkString *out);
Completed in 12 milliseconds