Searched refs:computeScratchKey (Results 1 – 14 of 14) sorted by relevance
20 void computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
96 void computeScratchKey(skgpu::ScratchKey* key) const override;
71 void computeScratchKey(skgpu::ScratchKey*) const override;
73 void GrGpuBuffer::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
84 void computeScratchKey(skgpu::ScratchKey*) const final;
95 void GrAttachment::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrAttachment
88 void GrTexture::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrTexture
267 virtual void computeScratchKey(skgpu::ScratchKey*) const {} in computeScratchKey() function
32 this->computeScratchKey(&fScratchKey); in registerWithCache()
394 void computeScratchKey(const GrCaps&, skgpu::ScratchKey*) const;
208 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
288 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
215 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function216 GrTexture::computeScratchKey(key); in computeScratchKey()
309 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function in TestResource