Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxyPriv.h20 void computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function
21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
DGrGpuResource.cpp36 this->computeScratchKey(&fScratchKey); in registerWithCache()
222 this->computeScratchKey(&fScratchKey); in userRegisterResource()
DGrGpuBuffer.h96 void computeScratchKey(GrScratchKey* key) const override;
DGrTexture.h71 void computeScratchKey(GrScratchKey*) const override;
DGrGpuBuffer.cpp72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
DGrAttachment.h86 void computeScratchKey(GrScratchKey*) const final;
DGrAttachment.cpp114 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
DGrTexture.cpp89 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrGpuResource.h365 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
DGrSurfaceProxy.h397 void computeScratchKey(const GrCaps&, GrScratchKey*) const;
DGrSurfaceProxy.cpp211 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
DGrResourceAllocator.cpp296 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
/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