Home
last modified time | relevance | path

Searched refs:ComputeScratchKey (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/
DGrTexture.cpp86 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()
DGrTexturePriv.h53 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
54 static void ComputeScratchKey(GrPixelConfig config, int width, int height,
DGrResourceProvider.cpp215 GrTexturePriv::ComputeScratchKey(desc, &key); in refScratchTexture()
DGrSurfaceProxy.cpp278 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount, in computeScratchKey()
/external/skia/src/gpu/
DGrAttachment.cpp75 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrAttachment
92 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in computeScratchKey()
DGrTexture.cpp97 ComputeScratchKey(*this->getGpu()->caps(), this->backendFormat(), this->dimensions(), in computeScratchKey()
102 void GrTexture::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() function in GrTexture
DGrTexture.h57 static void ComputeScratchKey(const GrCaps& caps,
DGrAttachment.h61 static void ComputeScratchKey(const GrCaps& caps,
DGrResourceProvider.cpp282 GrTexture::ComputeScratchKey(*this->caps(), format, dimensions, renderable, in findAndRefScratchTexture()
588 GrAttachment::ComputeScratchKey(*this->caps(), format, dimensions, in refScratchMSAAAttachment()
DGrSurfaceProxy.cpp215 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey()
/external/skqp/tests/
DResourceCacheTest.cpp295 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/
DResourceCacheTest.cpp273 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/
DGrMockTexture.h213 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(), in computeScratchKey()