Home
last modified time | relevance | path

Searched refs:ComputeScratchKey (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
H A DGrAttachment.cpp98 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrAttachment
117 ComputeScratchKey(*this->getGpu()->caps(), in computeScratchKey()
H A DGrTexture.cpp98 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in isFormatCompressed()
103 void GrTexture::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrTexture
H A DGrTexture.h57 static void ComputeScratchKey(const GrCaps& caps,
H A DGrAttachment.h62 static void ComputeScratchKey(const GrCaps& caps,
H A DGrResourceProvider.cpp343 GrTexture::ComputeScratchKey(*this->caps(), format, dimensions, renderable, in findAndRefScratchTexture()
741 GrAttachment::ComputeScratchKey(*this->caps(), format, dimensions, in refScratchMSAAAttachment()
H A DGrSurfaceProxy.cpp226 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey()
/third_party/skia/tests/
H A DResourceCacheTest.cpp273 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