Home
last modified time | relevance | path

Searched defs:scratchKey (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DResourceCacheTest.cpp251 GrScratchKey scratchKey; in TestResource() local
571 GrScratchKey scratchKey; in test_duplicate_scratch_key() local
612 GrScratchKey scratchKey; in test_remove_scratch_key() local
671 GrScratchKey scratchKey; in test_scratch_key_consistency() local
850 GrScratchKey scratchKey; in test_purge_invalidated() local
/external/skia/src/gpu/
DGrGpuResource.cpp143 void GrGpuResource::setScratchKey(const GrScratchKey& scratchKey) { in setScratchKey()
DGrResourceCache.h133 int countScratchEntriesForKey(const GrScratchKey& scratchKey) const { in countScratchEntriesForKey()
DGrResourceCache.cpp248 GrGpuResource* GrResourceCache::findAndRefScratchResource(const GrScratchKey& scratchKey, in findAndRefScratchResource()