Searched refs:ComputeScratchKey (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrVertexBuffer.h | 18 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function 33 ComputeScratchKey(gpuMemorySize, dynamic, &key); in GrVertexBuffer()
|
D | GrIndexBuffer.h | 19 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function 42 ComputeScratchKey(gpuMemorySize, dynamic, &key); in GrIndexBuffer()
|
D | GrTexture.cpp | 91 GrTexturePriv::ComputeScratchKey(desc, &key); in GrTexture() 96 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) { in ComputeScratchKey() function in GrTexturePriv
|
D | GrTexturePriv.h | 42 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
|
D | GrResourceProvider.cpp | 106 GrIndexBuffer::ComputeScratchKey(size, true, &key); in createIndexBuffer() 135 GrVertexBuffer::ComputeScratchKey(size, true, &key); in createVertexBuffer()
|
D | GrTextureProvider.cpp | 97 GrTexturePriv::ComputeScratchKey(*desc, &key); in refScratchTexture()
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 297 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 …]
|