/third_party/skia/src/gpu/ |
D | GrSurfaceProxyPriv.h | 20 void computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function 21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
|
D | GrGpuResource.cpp | 36 this->computeScratchKey(&fScratchKey); in registerWithCache() 222 this->computeScratchKey(&fScratchKey); in userRegisterResource()
|
D | GrGpuBuffer.h | 96 void computeScratchKey(GrScratchKey* key) const override;
|
D | GrTexture.h | 71 void computeScratchKey(GrScratchKey*) const override;
|
D | GrGpuBuffer.cpp | 72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
|
D | GrAttachment.h | 85 void computeScratchKey(GrScratchKey*) const final;
|
D | GrAttachment.cpp | 96 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
|
D | GrTexture.cpp | 89 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
|
D | GrGpuResource.h | 358 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
|
D | GrSurfaceProxy.h | 397 void computeScratchKey(const GrCaps&, GrScratchKey*) const;
|
D | GrSurfaceProxy.cpp | 211 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
|
D | GrResourceAllocator.cpp | 296 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceProxyPriv.h | 22 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
|
D | GrGpuBuffer.h | 96 void computeScratchKey(GrScratchKey* key) const override;
|
D | GrGpuBuffer.cpp | 64 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
|
D | GrTexture.cpp | 81 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
|
D | GrGpuResource.cpp | 36 this->computeScratchKey(&fScratchKey); in registerWithCache()
|
D | GrSurfaceProxy.h | 362 void computeScratchKey(GrScratchKey*) const;
|
D | GrResourceAllocator.cpp | 307 proxy->priv().computeScratchKey(&key); in findSurfaceFor()
|
D | GrSurfaceProxy.cpp | 273 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
|
/third_party/skia/src/gpu/mock/ |
D | GrMockTexture.h | 215 void computeScratchKey(GrScratchKey* key) const override { GrTexture::computeScratchKey(key); } in computeScratchKey() function
|
/third_party/flutter/skia/include/gpu/ |
D | GrTexture.h | 95 void computeScratchKey(GrScratchKey*) const override;
|
D | GrGpuResource.h | 385 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockTexture.h | 195 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function
|
/third_party/skia/tests/ |
D | ResourceCacheTest.cpp | 309 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource
|