Home
last modified time | relevance | path

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

12

/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.h85 void computeScratchKey(GrScratchKey*) const final;
DGrAttachment.cpp96 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.h358 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/flutter/skia/src/gpu/
DGrSurfaceProxyPriv.h22 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
DGrGpuBuffer.h96 void computeScratchKey(GrScratchKey* key) const override;
DGrGpuBuffer.cpp64 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
DGrTexture.cpp81 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrGpuResource.cpp36 this->computeScratchKey(&fScratchKey); in registerWithCache()
DGrSurfaceProxy.h362 void computeScratchKey(GrScratchKey*) const;
DGrResourceAllocator.cpp307 proxy->priv().computeScratchKey(&key); in findSurfaceFor()
DGrSurfaceProxy.cpp273 void GrSurfaceProxy::computeScratchKey(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/flutter/skia/include/gpu/
DGrTexture.h95 void computeScratchKey(GrScratchKey*) const override;
DGrGpuResource.h385 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/skia/tests/
DResourceCacheTest.cpp309 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource

12