Home
last modified time | relevance | path

Searched defs:computeScratchKey (Results 1 – 8 of 8) 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
H A DGrGpuBuffer.cpp98 void GrGpuBuffer::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
H A DGrTexture.cpp91 void GrTexture::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrTexture
H A DGrAttachment.cpp101 void GrAttachment::computeScratchKey(skgpu::ScratchKey* key) const { in computeScratchKey() function in GrAttachment
H A DGrGpuResource.h294 virtual void computeScratchKey(skgpu::ScratchKey*) const {} in computeScratchKey() function
H A DGrSurfaceProxy.cpp233 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, skgpu::ScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockTexture.h240 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp377 void computeScratchKey(skgpu::ScratchKey* key) const override { in computeScratchKey() function in TestResource