Home
last modified time | relevance | path

Searched refs:computeScratchKey (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/gpu/
DGrSurfaceProxyPriv.h20 void computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function
21 return fProxy->computeScratchKey(caps, key); in computeScratchKey()
DGrGpuBuffer.h96 void computeScratchKey(GrScratchKey* key) const override;
DGrTexture.h71 void computeScratchKey(GrScratchKey*) const override;
DGrAttachment.h81 void computeScratchKey(GrScratchKey*) const final;
DGrGpuBuffer.cpp72 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
DGrAttachment.cpp89 void GrAttachment::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrAttachment
DGrTexture.cpp88 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrGpuResource.h267 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
DGrGpuResource.cpp32 this->computeScratchKey(&fScratchKey); in registerWithCache()
DGrSurfaceProxy.h391 void computeScratchKey(const GrCaps&, GrScratchKey*) const;
DGrSurfaceProxy.cpp200 void GrSurfaceProxy::computeScratchKey(const GrCaps& caps, GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
DGrResourceAllocator.cpp287 proxy->priv().computeScratchKey(*fDContext->priv().caps(), &scratchKey); in findOrCreateRegisterFor()
/external/skqp/src/gpu/
DGrSurfaceProxyPriv.h36 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
DGrBuffer.h120 void computeScratchKey(GrScratchKey* key) const override;
DGrBuffer.cpp67 void GrBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrBuffer
DGrTexture.cpp79 void GrTexture::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrTexture
DGrGpuResource.cpp32 this->computeScratchKey(&fScratchKey); in registerWithCache()
DGrResourceAllocator.cpp261 proxy->priv().computeScratchKey(&key); in findSurfaceFor()
DGrSurfaceProxy.cpp261 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
/external/skia/src/gpu/mock/
DGrMockTexture.h215 void computeScratchKey(GrScratchKey* key) const override { GrTexture::computeScratchKey(key); } in computeScratchKey() function
/external/skqp/include/gpu/
DGrTexture.h85 void computeScratchKey(GrScratchKey*) const override;
DGrGpuResource.h300 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() function
/external/skqp/src/gpu/mock/
DGrMockTexture.h212 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function
/external/skqp/include/private/
DGrSurfaceProxy.h457 void computeScratchKey(GrScratchKey*) const;
/external/skqp/tests/
DResourceCacheTest.cpp331 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource

12