Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrVertexBuffer.h34 this->setScratchKey(key); in GrVertexBuffer()
DGrIndexBuffer.h43 this->setScratchKey(key); in GrIndexBuffer()
DGrTexture.cpp92 this->setScratchKey(key); in GrTexture()
DGrGpuResource.cpp168 void GrGpuResource::setScratchKey(const GrScratchKey& scratchKey) { in setScratchKey() function in GrGpuResource
/external/skia/include/gpu/
DGrGpuResource.h297 void setScratchKey(const GrScratchKey& scratchKey);
/external/skia/tests/
DResourceCacheTest.cpp319 this->setScratchKey(scratchKey); in TestResource()