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:setUniqueKey
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrTextureProxyCacheAccess.h
18
void
setUniqueKey
(GrProxyProvider* proxyProvider, const GrUniqueKey& key) {
in setUniqueKey()
function in GrTextureProxy::CacheAccess
19
fTextureProxy->
setUniqueKey
(proxyProvider, key);
in setUniqueKey()
H
A
D
GrGpuResourcePriv.h
25
void
setUniqueKey
(const GrUniqueKey& key) { fResource->
setUniqueKey
(key); }
in setUniqueKey()
function in GrGpuResource::ResourcePriv
H
A
D
GrTextureProxy.cpp
190
void GrTextureProxy::
setUniqueKey
(GrProxyProvider* proxyProvider, const GrUniqueKey& key) {
in setUniqueKey()
function in GrTextureProxy
196
fTarget->resourcePriv().
setUniqueKey
(key);
in setUniqueKey()
H
A
D
GrGpuResourceCacheAccess.h
61
void
setUniqueKey
(const GrUniqueKey& key) { fResource->fUniqueKey = key; }
in setUniqueKey()
function in GrGpuResource::CacheAccess
H
A
D
GrTextureProxy.h
205
void
setUniqueKey
(GrProxyProvider*, const GrUniqueKey&);
H
A
D
GrResourceProvider.cpp
405
resource->resourcePriv().
setUniqueKey
(key);
in assignUniqueKeyToResource()
425
buffer->resourcePriv().
setUniqueKey
(key);
in findOrMakeStaticBuffer()
443
buffer->resourcePriv().
setUniqueKey
(uniqueKey);
in findOrMakeStaticBuffer()
H
A
D
GrBackendTextureImageGenerator.cpp
205
tex->resourcePriv().
setUniqueKey
(refHelper->fBorrowedTextureKey);
in onGenerateTexture()
H
A
D
GrGpuResource.cpp
153
void GrGpuResource::
setUniqueKey
(const GrUniqueKey& key) {
in setUniqueKey()
function in GrGpuResource
H
A
D
GrGpuResource.h
387
void
setUniqueKey
(const GrUniqueKey&);
H
A
D
GrProxyProvider.cpp
78
proxy->cacheAccess().
setUniqueKey
(this, key);
in assignUniqueKeyToProxy()
98
proxy->cacheAccess().
setUniqueKey
(this, surf->getUniqueKey());
in adoptUniqueKeyFromSurface()
H
A
D
GrResourceCache.cpp
1016
resource->cacheAccess().
setUniqueKey
(newKey);
in changeUniqueKey()
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
417
b->resourcePriv().
setUniqueKey
(uniqueKey);
in test_purge_unlocked()
427
d->resourcePriv().
setUniqueKey
(uniqueKey2);
in test_purge_unlocked()
547
unique->resourcePriv().
setUniqueKey
(uniqueKey);
in test_budgeting()
557
wrappedCacheable->resourcePriv().
setUniqueKey
(uniqueKey2);
in test_budgeting()
558
wrappedUncacheable->resourcePriv().
setUniqueKey
(uniqueKey3);
in test_budgeting()
685
unique->resourcePriv().
setUniqueKey
(uniqueKey);
in test_unbudgeted()
974
a->resourcePriv().
setUniqueKey
(key);
in test_duplicate_unique_key()
979
a->resourcePriv().
setUniqueKey
(key);
in test_duplicate_unique_key()
988
b->resourcePriv().
setUniqueKey
(key);
in test_duplicate_unique_key()
1009
c->resourcePriv().
setUniqueKey
(differentKe
in test_duplicate_unique_key()
[all...]
/third_party/skia/bench/
H
A
D
GrResourceCacheBench.cpp
48
resource->resourcePriv().
setUniqueKey
(key);
in populate_cache()
Completed in 13 milliseconds