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:getResourceBytes
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
335
SkASSERT(0 == cache->getResourceCount() && 0 == cache->
getResourceBytes
());
in Mock()
364
d->gpuMemorySize() == cache->
getResourceBytes
());
in test_no_key()
376
cache->
getResourceBytes
());
in test_no_key()
382
cache->
getResourceBytes
());
in test_no_key()
387
REPORTER_ASSERT(reporter, b->gpuMemorySize() == cache->
getResourceBytes
());
in test_no_key()
392
REPORTER_ASSERT(reporter, 0 == cache->
getResourceBytes
());
in test_no_key()
433
d->gpuMemorySize() == cache->
getResourceBytes
());
in test_purge_unlocked()
448
d->gpuMemorySize() == cache->
getResourceBytes
());
in test_purge_unlocked()
456
cache->
getResourceBytes
());
in test_purge_unlocked()
463
REPORTER_ASSERT(reporter, 0 == cache->
getResourceBytes
());
in test_purge_unlocked()
[all...]
H
A
D
RepeatedClippedBlurTest.cpp
80
size_t beforeBytes = cache->
getResourceBytes
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
111
size_t afterBytes = cache->
getResourceBytes
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
GrThreadSafeCacheTest.cpp
1221
size_t currentBytes = cache->
getResourceBytes
();
in test_10()
/third_party/skia/bench/
H
A
D
GrResourceCacheBench.cpp
83
SkASSERT(0 == cache->getResourceCount() && 0 == cache->
getResourceBytes
());
129
SkASSERT(0 == cache->getResourceCount() && 0 == cache->
getResourceBytes
());
/third_party/skia/src/gpu/
H
A
D
GrResourceCache.h
116
size_t
getResourceBytes
() const { return fBytes; }
in getResourceBytes()
function in GrResourceCache
Completed in 7 milliseconds