/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/ |
D | GrSurfaceProxyPriv.h | 36 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); } in computeScratchKey() function
|
D | GrGpuBuffer.cpp | 34 void GrGpuBuffer::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrGpuBuffer
|
D | GrGpuBuffer.h | 106 void computeScratchKey(GrScratchKey* key) const override;
|
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 | 258 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const { in computeScratchKey() function in GrSurfaceProxy
|
/external/skia/include/gpu/ |
D | GrTexture.h | 82 void computeScratchKey(GrScratchKey*) const override;
|
D | GrGpuResource.h | 305 virtual void computeScratchKey(GrScratchKey*) const {} 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/skia/src/gpu/mock/ |
D | GrMockTexture.h | 183 void computeScratchKey(GrScratchKey* key) const override { 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/skia/include/private/ |
D | GrSurfaceProxy.h | 460 void computeScratchKey(GrScratchKey*) const;
|
/external/skqp/tests/ |
D | ResourceCacheTest.cpp | 331 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 331 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey() function in TestResource
|