Searched refs:ComputeScratchKey (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrAttachment.cpp | 98 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrAttachment 117 ComputeScratchKey(*this->getGpu()->caps(), in computeScratchKey()
|
H A D | GrTexture.cpp | 98 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in isFormatCompressed() 103 void GrTexture::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrTexture
|
H A D | GrTexture.h | 57 static void ComputeScratchKey(const GrCaps& caps,
|
H A D | GrAttachment.h | 62 static void ComputeScratchKey(const GrCaps& caps,
|
H A D | GrResourceProvider.cpp | 343 GrTexture::ComputeScratchKey(*this->caps(), format, dimensions, renderable, in findAndRefScratchTexture() 741 GrAttachment::ComputeScratchKey(*this->caps(), format, dimensions, in refScratchMSAAAttachment()
|
H A D | GrSurfaceProxy.cpp | 226 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey()
|
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 273 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey() function in TestResource 311 ComputeScratchKey(fProperty, key); 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(TestResourc in test_scratch_key_consistency() [all...] |
Completed in 8 milliseconds