/external/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 | GrGpuBuffer.h | 96 void computeScratchKey(GrScratchKey* key) const override;
|
D | GrTexture.h | 71 void computeScratchKey(GrScratchKey*) const override;
|
D | GrAttachment.h | 81 void computeScratchKey(GrScratchKey*) const final;
|
D | GrGpuBuffer.cpp | 72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
|
D | GrAttachment.cpp | 89 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
|
D | GrTexture.cpp | 88 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
|
D | GrGpuResource.cpp | 32 this->computeScratchKey(&fScratchKey); in registerWithCache()
|
D | GrGpuResource.h | 267 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
|
D | GrSurfaceProxy.h | 391 void computeScratchKey(const GrCaps&, GrScratchKey*) const;
|
D | GrSurfaceProxy.cpp | 200 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
|
D | GrResourceAllocator.cpp | 287 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxyPriv.h | 36 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
|
D | GrBuffer.h | 120 void computeScratchKey(GrScratchKey* key) const override;
|
D | GrBuffer.cpp | 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrBuffer
|
D | GrTexture.cpp | 79 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
|
D | GrGpuResource.cpp | 32 this->computeScratchKey(&fScratchKey); in registerWithCache()
|
D | GrResourceAllocator.cpp | 261 proxy->priv().computeScratchKey(&key); in findSurfaceFor()
|
D | GrSurfaceProxy.cpp | 261 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 215 void computeScratchKey(GrScratchKey* key) const override { GrTexture::computeScratchKey(key); } in computeScratchKey() function
|
/external/skqp/include/gpu/ |
D | GrTexture.h | 85 void computeScratchKey(GrScratchKey*) const override;
|
D | GrGpuResource.h | 300 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 212 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 457 void computeScratchKey(GrScratchKey*) const;
|
/external/skqp/tests/ |
D | ResourceCacheTest.cpp | 331 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource
|