/external/skqp/src/gpu/ |
D | GrTexture.cpp | 86 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(), in computeScratchKey() 92 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height, in ComputeScratchKey() function in GrTexturePriv 115 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) { in ComputeScratchKey() function in GrTexturePriv 117 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight, in ComputeScratchKey()
|
D | GrTexturePriv.h | 53 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*); 54 static void ComputeScratchKey(GrPixelConfig config, int width, int height,
|
D | GrResourceProvider.cpp | 215 GrTexturePriv::ComputeScratchKey(desc, &key); in refScratchTexture()
|
D | GrSurfaceProxy.cpp | 278 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount, in computeScratchKey()
|
/external/skia/src/gpu/ |
D | GrAttachment.cpp | 75 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrAttachment 92 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in computeScratchKey()
|
D | GrTexture.cpp | 97 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in computeScratchKey() 102 void GrTexture::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrTexture
|
D | GrTexture.h | 57 static void ComputeScratchKey(const GrCaps& caps,
|
D | GrAttachment.h | 61 static void ComputeScratchKey(const GrCaps& caps,
|
D | GrResourceProvider.cpp | 282 GrTexture::ComputeScratchKey(*this->caps(), format, dimensions, renderable, in findAndRefScratchTexture() 588 GrAttachment::ComputeScratchKey(*this->caps(), format, dimensions, in refScratchMSAAAttachment()
|
D | GrSurfaceProxy.cpp | 215 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey()
|
/external/skqp/tests/ |
D | ResourceCacheTest.cpp | 295 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey() function in TestResource 333 ComputeScratchKey(fProperty, key); in computeScratchKey() 699 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key); in test_unbudgeted_to_scratch() 771 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_duplicate_scratch_key() 776 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_duplicate_scratch_key() 819 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_remove_scratch_key() 824 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_remove_scratch_key() 880 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_scratch_key_consistency() 882 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2); in test_scratch_key_consistency() 900 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_scratch_key_consistency() [all …]
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 273 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey() function in TestResource 311 ComputeScratchKey(fProperty, key); in computeScratchKey() 740 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key); in test_unbudgeted_to_scratch() 811 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_duplicate_scratch_key() 816 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_duplicate_scratch_key() 860 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_remove_scratch_key() 865 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_remove_scratch_key() 919 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_scratch_key_consistency() 921 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2); in test_scratch_key_consistency() 939 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_scratch_key_consistency() [all …]
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 213 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(), in computeScratchKey()
|