HomeSort by relevance Sort by last modified time
    Searched refs:computeScratchKey (Results 1 - 24 of 24) sorted by null

  /external/skia/src/gpu/
GrSurfaceProxyPriv.h 50 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); }
GrBuffer.h 127 void computeScratchKey(GrScratchKey* key) const override;
GrBuffer.cpp 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const {
GrTexture.cpp 79 void GrTexture::computeScratchKey(GrScratchKey* key) const {
85 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
90 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height,
113 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
115 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight,
GrGpuResource.cpp 36 this->computeScratchKey(&fScratchKey);
GrResourceAllocator.cpp 165 proxy->priv().computeScratchKey(&key);
GrSurfaceProxy.cpp 218 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
235 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
  /external/skqp/src/gpu/
GrSurfaceProxyPriv.h 50 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); }
GrBuffer.h 126 void computeScratchKey(GrScratchKey* key) const override;
GrBuffer.cpp 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const {
GrTexture.cpp 79 void GrTexture::computeScratchKey(GrScratchKey* key) const {
85 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
90 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height,
113 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
115 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight,
GrGpuResource.cpp 36 this->computeScratchKey(&fScratchKey);
GrResourceAllocator.cpp 160 proxy->priv().computeScratchKey(&key);
GrSurfaceProxy.cpp 190 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
207 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
  /external/skia/include/gpu/
GrTexture.h 81 void computeScratchKey(GrScratchKey*) const override;
GrGpuResource.h 317 virtual void computeScratchKey(GrScratchKey*) const { }
  /external/skqp/include/gpu/
GrTexture.h 80 void computeScratchKey(GrScratchKey*) const override;
GrGpuResource.h 295 virtual void computeScratchKey(GrScratchKey*) const { }
  /external/skia/src/gpu/mock/
GrMockTexture.h 103 void computeScratchKey(GrScratchKey* key) const override {
104 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/mock/
GrMockTexture.h 103 void computeScratchKey(GrScratchKey* key) const override {
104 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
  /external/skia/include/private/
GrSurfaceProxy.h 399 void computeScratchKey(GrScratchKey*) const;
  /external/skqp/include/private/
GrSurfaceProxy.h 381 void computeScratchKey(GrScratchKey*) const;
  /external/skia/tests/
ResourceCacheTest.cpp 298 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
333 void computeScratchKey(GrScratchKey* key) const override {
335 ComputeScratchKey(fProperty, key);
677 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
748 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
753 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 297 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
332 void computeScratchKey(GrScratchKey* key) const override {
334 ComputeScratchKey(fProperty, key);
607 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
678 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
683 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
726 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey);
731 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]

Completed in 742 milliseconds