Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResourcePriv.h64 void removeScratchKey() const { fResource->removeScratchKey(); } in removeScratchKey() function
DGrGpuResource.cpp153 void GrGpuResource::removeScratchKey() { in removeScratchKey() function in GrGpuResource
DGrGpu.cpp124 tex->resourcePriv().removeScratchKey(); in createTexture()
/external/skia/include/gpu/
DGrGpuResource.h295 void removeScratchKey();
/external/skia/tests/
DResourceCacheTest.cpp535 resource->resourcePriv().removeScratchKey(); in test_unbudgeted_to_scratch()
627 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
641 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
647 find->resourcePriv().removeScratchKey(); in test_remove_scratch_key()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1243 sb->resourcePriv().removeScratchKey(); in createStencilAttachmentForRenderTarget()