Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrGpuBuffer.cpp64 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
DGrSurfaceProxyPriv.h22 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
DGrTexture.cpp81 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrSurfaceProxy.cpp272 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h321 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h195 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp329 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource