HomeSort by relevance Sort by last modified time
    Searched refs:removeScratchKey (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrGpuResourcePriv.h 64 void removeScratchKey() const { fResource->removeScratchKey(); }
GrGpu.cpp 150 tex->resourcePriv().removeScratchKey();
217 vb->resourcePriv().removeScratchKey();
226 ib->resourcePriv().removeScratchKey();
GrGpuResource.cpp 178 void GrGpuResource::removeScratchKey() {
  /external/skia/include/gpu/
GrGpuResource.h 318 void removeScratchKey();
  /external/skia/tests/
ResourceCacheTest.cpp 598 resource->resourcePriv().removeScratchKey();
690 find->resourcePriv().removeScratchKey();
704 find->resourcePriv().removeScratchKey();
710 find->resourcePriv().removeScratchKey();
    [all...]

Completed in 91 milliseconds