Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.cpp88 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrBuffer.cpp67 void GrBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrBuffer
/external/skia/include/gpu/
DGrGpuResource.h299 virtual void computeScratchKey(GrScratchKey*) const { } in computeScratchKey() function
/external/skia/tests/
DResourceCacheTest.cpp349 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource