Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGpuBuffer.cpp72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
DGrSurfaceProxyPriv.h23 void computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function
DGrTexture.cpp89 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrAttachment.cpp114 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
DGrGpuResource.h384 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
DGrSurfaceProxy.cpp285 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
/third_party/skia/src/gpu/mock/
DGrMockTexture.h215 void computeScratchKey(GrScratchKey* key) const override { GrTexture::computeScratchKey(key); } in computeScratchKey() function
/third_party/skia/tests/
DResourceCacheTest.cpp309 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource