Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrVertexBuffer.h18 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function
33 ComputeScratchKey(gpuMemorySize, dynamic, &key); in GrVertexBuffer()
DGrIndexBuffer.h19 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function
42 ComputeScratchKey(gpuMemorySize, dynamic, &key); in GrIndexBuffer()
DGrTexture.cpp91 GrTexturePriv::ComputeScratchKey(desc, &key); in GrTexture()
96 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) { in ComputeScratchKey() function in GrTexturePriv
DGrTexturePriv.h42 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
DGrResourceProvider.cpp106 GrIndexBuffer::ComputeScratchKey(size, true, &key); in createIndexBuffer()
135 GrVertexBuffer::ComputeScratchKey(size, true, &key); in createVertexBuffer()
DGrTextureProvider.cpp97 GrTexturePriv::ComputeScratchKey(*desc, &key); in refScratchTexture()
/external/skia/tests/
DResourceCacheTest.cpp297 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey() function in TestResource
318 ComputeScratchKey(fProperty, &scratchKey); in TestResource()
566 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key); in test_unbudgeted_to_scratch()
630 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_duplicate_scratch_key()
635 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_duplicate_scratch_key()
677 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_remove_scratch_key()
682 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey); in test_remove_scratch_key()
737 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1); in test_scratch_key_consistency()
739 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2); in test_scratch_key_consistency()
757 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey); in test_scratch_key_consistency()
[all …]