Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrSurfaceProxyPriv.h30 void computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function
31 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
H A DGrGpuBuffer.h136 void computeScratchKey(skgpu::ScratchKey* key) const override;
H A DGrTexture.h88 void computeScratchKey(skgpu::ScratchKey*) const override;
H A DGrGpuBuffer.cpp98 void GrGpuBuffer::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
H A DGrAttachment.h106 void computeScratchKey(skgpu::ScratchKey*) const final;
H A DGrAttachment.cpp101 void GrAttachment::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrAttachment
H A DGrTexture.cpp91 void GrTexture::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrTexture
H A DGrGpuResource.cpp36 this->computeScratchKey(&fScratchKey); in registerWithCache()
H A DGrGpuResource.h294 virtual void computeScratchKey(skgpu::ScratchKey*) const {} in computeScratchKey() function
H A DGrSurfaceProxy.h419 void computeScratchKey(const GrCaps&, skgpu::ScratchKey*) const;
H A DGrSurfaceProxy.cpp233 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
H A DGrResourceAllocator.cpp312 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockTexture.h240 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function
241 GrTexture::computeScratchKey(key); in computeScratchKey()
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp377 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function in TestResource