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:cacheAccess
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrResourceCache.cpp
638
resource->
cacheAccess
().setTimestamp(this->getNextTimestamp());
in insertResource()
676
SkASSERT(!resource->
cacheAccess
().isUsableAsScratch());
in insertResource()
730
if (resource->
cacheAccess
().isUsableAsScratch()) {
in removeResource()
749
back->
cacheAccess
().abandon();
in abandonAll()
755
top->
cacheAccess
().abandon();
in abandonAll()
792
back->
cacheAccess
().release();
in releaseAll()
798
top->
cacheAccess
().release();
in releaseAll()
841
resource->
cacheAccess
().release();
in releaseByTag()
920
if (resource->
cacheAccess
().hasRef()) {
in refResource()
958
if (resource->
cacheAccess
()
in willRemoveScratchKey()
[all...]
H
A
D
GrTextureProxyCacheAccess.h
41
inline GrTextureProxy::CacheAccess GrTextureProxy::
cacheAccess
() { return CacheAccess(this); }
in cacheAccess()
function in GrTextureProxy
43
inline const GrTextureProxy::CacheAccess GrTextureProxy::
cacheAccess
() const { // NOLINT(readability-const-return-type)
in cacheAccess()
function in GrTextureProxy
H
A
D
GrGpuResourceCacheAccess.h
105
inline GrGpuResource::CacheAccess GrGpuResource::
cacheAccess
() { return CacheAccess(this); }
in cacheAccess()
function in GrGpuResource
107
inline const GrGpuResource::CacheAccess GrGpuResource::
cacheAccess
() const { // NOLINT(readability-const-return-type)
in cacheAccess()
function in GrGpuResource
H
A
D
GrTextureProxy.h
95
inline CacheAccess
cacheAccess
();
96
inline const CacheAccess
cacheAccess
() const; // NOLINT(readability-const-return-type)
H
A
D
GrResourceCache.h
271
if (resource->
cacheAccess
().isScratch()) {
in update()
489
return a->
cacheAccess
().timestamp() < b->
cacheAccess
().timestamp();
in CompareTimestamp()
493
return res->
cacheAccess
().accessCacheIndex();
in AccessResourceIndex()
H
A
D
GrGpuResource.h
273
inline CacheAccess
cacheAccess
();
274
inline const CacheAccess
cacheAccess
() const; // NOLINT(readability-const-return-type)
H
A
D
GrProxyProvider.cpp
78
proxy->
cacheAccess
().setUniqueKey(this, key);
in assignUniqueKeyToProxy()
98
proxy->
cacheAccess
().setUniqueKey(this, surf->getUniqueKey());
in adoptUniqueKeyFromSurface()
912
proxy->
cacheAccess
().clearUniqueKey();
in processInvalidUniqueKeyImpl()
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
746
REPORTER_ASSERT(reporter, !resource->
cacheAccess
().isScratch());
in test_unbudgeted_to_scratch()
766
REPORTER_ASSERT(reporter, resource->
cacheAccess
().isScratch());
in test_unbudgeted_to_scratch()
783
REPORTER_ASSERT(reporter, !resource->
cacheAccess
().isScratch());
in test_unbudgeted_to_scratch()
Completed in 10 milliseconds