Searched refs:computeScratchKey (Results 1 – 14 of 14) sorted by relevance
30 void computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function31 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
136 void computeScratchKey(skgpu::ScratchKey* key) const override;
88 void computeScratchKey(skgpu::ScratchKey*) const override;
98 void GrGpuBuffer::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
106 void computeScratchKey(skgpu::ScratchKey*) const final;
101 void GrAttachment::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrAttachment
91 void GrTexture::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrTexture
36 this->computeScratchKey(&fScratchKey); in registerWithCache()
294 virtual void computeScratchKey(skgpu::ScratchKey*) const {} in computeScratchKey() function
419 void computeScratchKey(const GrCaps&, skgpu::ScratchKey*) const;
233 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
312 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
240 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function241 GrTexture::computeScratchKey(key); in computeScratchKey()
377 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function in TestResource