Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrSurfaceProxyPriv.h20 void computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxyPriv
21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
H A DGrGpuResource.cpp36 this->computeScratchKey(&fScratchKey); in registerWithCache()
222 this->computeScratchKey(&fScratchKey); in userRegisterResource()
H A DGrGpuBuffer.h110 void computeScratchKey(GrScratchKey* key) const override;
H A DGrGpuBuffer.cpp72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
H A DGrTexture.h71 void computeScratchKey(GrScratchKey*) const override;
H A DGrAttachment.h86 void computeScratchKey(GrScratchKey*) const final;
H A DGrAttachment.cpp114 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
H A DGrTexture.cpp89 void GrTexture::computeScratchKey(GrScratchKey* key) const {
H A DGrGpuResource.h371 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function in GrGpuResource
H A DGrSurfaceProxy.h397 void computeScratchKey(const GrCaps&, GrScratchKey*) const;
H A DGrResourceAllocator.cpp296 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
H A DGrSurfaceProxy.cpp211 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
/third_party/skia/src/gpu/mock/
H A DGrMockTexture.h215 void computeScratchKey(GrScratchKey* key) const override { GrTexture::computeScratchKey(key); }
/third_party/skia/tests/
H A DResourceCacheTest.cpp309 void computeScratchKey(GrScratchKey* key) const override {

Completed in 13 milliseconds