Home
last modified time | relevance | path

Searched refs:removeScratchKey (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrGpuResourcePriv.h64 void removeScratchKey() const { fResource->removeScratchKey(); } in removeScratchKey() function
DGrGpu.cpp150 tex->resourcePriv().removeScratchKey(); in createTexture()
217 vb->resourcePriv().removeScratchKey(); in createVertexBuffer()
226 ib->resourcePriv().removeScratchKey(); in createIndexBuffer()
DGrGpuResource.cpp178 void GrGpuResource::removeScratchKey() { in removeScratchKey() function in GrGpuResource
/external/skia/include/gpu/
DGrGpuResource.h318 void removeScratchKey();
/external/skia/tests/
DResourceCacheTest.cpp598 resource->resourcePriv().removeScratchKey(); in test_unbudgeted_to_scratch()
690 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
704 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
710 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
1291 resource->resourcePriv().removeScratchKey(); in test_abandoned()