Searched refs:ComputeScratchKey (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrAttachment.cpp | 98 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrAttachment 117 ComputeScratchKey(*this->getGpu()->caps(), in computeScratchKey()
|
| D | GrTexture.cpp | 98 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in computeScratchKey() 103 void GrTexture::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrTexture
|
| D | GrTexture.h | 57 static void ComputeScratchKey(const GrCaps& caps,
|
| D | GrAttachment.h | 62 static void ComputeScratchKey(const GrCaps& caps,
|
| D | GrResourceProvider.cpp | 337 GrTexture::ComputeScratchKey(*this->caps(), format, dimensions, renderable, in findAndRefScratchTexture() 735 GrAttachment::ComputeScratchKey(*this->caps(), format, dimensions, in refScratchMSAAAttachment()
|
| D | GrSurfaceProxy.cpp | 226 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey()
|
| /third_party/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 …]
|