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:removeUniqueKey
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGpuResourcePriv.h
22
*
removeUniqueKey
(). If another resource is using the key then its unique key is removed and
29
void
removeUniqueKey
() { fResource->
removeUniqueKey
(); }
in removeUniqueKey()
function in GrGpuResource::ResourcePriv
H
A
D
GrGpuResource.cpp
145
void GrGpuResource::
removeUniqueKey
() {
in removeUniqueKey()
function in GrGpuResource
150
get_resource_cache(fGpu)->resourceAccess().
removeUniqueKey
(this);
in removeUniqueKey()
H
A
D
GrResourceCache.h
368
void
removeUniqueKey
(GrGpuResource*);
638
void
removeUniqueKey
(GrGpuResource* resource) { fCache->
removeUniqueKey
(resource); }
in removeUniqueKey()
function in GrResourceCache::ResourceAccess
H
A
D
GrGpuResourceCacheAccess.h
70
void
removeUniqueKey
() { fResource->fUniqueKey.reset(); }
in removeUniqueKey()
function in GrGpuResource::CacheAccess
H
A
D
GrTexture.cpp
76
texture->resourcePriv().
removeUniqueKey
();
in StealBackendTexture()
H
A
D
GrGpuResource.h
388
void
removeUniqueKey
();
H
A
D
GrResourceCache.cpp
963
void GrResourceCache::
removeUniqueKey
(GrGpuResource* resource) {
in removeUniqueKey()
function in GrResourceCache
971
resource->cacheAccess().
removeUniqueKey
();
in removeUniqueKey()
996
//
removeUniqueKey
expects an external owner of the resource.
in changeUniqueKey()
997
this->
removeUniqueKey
(sk_ref_sp(old).get());
in changeUniqueKey()
1019
this->
removeUniqueKey
(resource);
in changeUniqueKey()
H
A
D
GrProxyProvider.cpp
916
invalidGpuResource->resourcePriv().
removeUniqueKey
();
in processInvalidUniqueKeyImpl()
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
616
wrappedCacheableViaKey->resourcePriv().
removeUniqueKey
();
in test_budgeting()
1033
c->resourcePriv().
removeUniqueKey
();
in test_duplicate_unique_key()
1501
resource->resourcePriv().
removeUniqueKey
();
in test_abandoned()
Completed in 15 milliseconds