Home
last modified time | relevance | path

Searched refs:computeScratchKey (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/
DGrTexture.h57 void computeScratchKey(GrScratchKey*) const override;
DGrGpuResource.h294 virtual void computeScratchKey(GrScratchKey*) const { } in computeScratchKey() function
/external/skia/src/gpu/
DGrBuffer.h126 void computeScratchKey(GrScratchKey* key) const override;
DGrBuffer.cpp67 void GrBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrBuffer
DGrTexture.cpp77 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrGpuResource.cpp35 this->computeScratchKey(&fScratchKey); in registerWithCache()
/external/skia/src/gpu/mock/
DGrMockTexture.h90 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function
/external/skia/tests/
DResourceCacheTest.cpp343 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource