OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getScratchKey
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrGpuResourcePriv.h
58
const GrScratchKey&
getScratchKey
() const { return fResource->fScratchKey; }
GrResourceCache.cpp
149
if (resource->resourcePriv().
getScratchKey
().isValid()) {
151
fScratchMap.insert(resource->resourcePriv().
getScratchKey
(), resource);
177
if (resource->resourcePriv().
getScratchKey
().isValid()) {
178
fScratchMap.remove(resource->resourcePriv().
getScratchKey
(), resource);
282
SkASSERT(resource->resourcePriv().
getScratchKey
().isValid());
283
fScratchMap.remove(resource->resourcePriv().
getScratchKey
(), resource);
312
if (!old->resourcePriv().
getScratchKey
().isValid() && old->isPurgeable()) {
381
resource->resourcePriv().
getScratchKey
().isValid()) {
392
bool noKey = !resource->resourcePriv().
getScratchKey
().isValid() &&
664
SkASSERT(fScratchMap->countForKey(resource->resourcePriv().
getScratchKey
()));
[
all
...]
GrResourceCache.h
282
return r.resourcePriv().
getScratchKey
();
/external/skia/tests/
ResourceCacheTest.cpp
571
REPORTER_ASSERT(reporter, resource->resourcePriv().
getScratchKey
() == key);
588
REPORTER_ASSERT(reporter, resource->resourcePriv().
getScratchKey
() == key);
603
REPORTER_ASSERT(reporter, !resource->resourcePriv().
getScratchKey
().isValid());
[
all
...]
Completed in 633 milliseconds