Searched refs:GrMemoryPool (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 16 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) { in GrMemoryPool() function in GrMemoryPool 33 GrMemoryPool::~GrMemoryPool() { in ~GrMemoryPool() 41 void* GrMemoryPool::allocate(size_t size) { in allocate() 77 void GrMemoryPool::release(void* p) { in release() 118 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) { in CreateBlock() 133 void GrMemoryPool::DeleteBlock(BlockHeader* block) { in DeleteBlock() 139 void GrMemoryPool::validate() { in validate()
|
D | GrMemoryPool.h | 20 class GrMemoryPool { 27 GrMemoryPool(size_t preallocSize, size_t minAllocSize); 29 ~GrMemoryPool();
|
D | GrProcessor.cpp | 91 GrMemoryPool* pool() const { in pool() 92 static GrMemoryPool gPool(4096, 4096); in pool()
|
/external/skia/bench/ |
D | GrMemoryPoolBench.cpp | 28 static GrMemoryPool gBenchPool; 30 GrMemoryPool A::gBenchPool(10 * (1 << 10), 10 * (1 << 10)); 90 static GrMemoryPool gBenchPool; 92 GrMemoryPool B::gBenchPool(10 * (1 << 10), 10 * (1 << 10)); 135 static GrMemoryPool gBenchPool; 137 GrMemoryPool C::gBenchPool(10 * (1 << 10), 10 * (1 << 10));
|
/external/skia/tests/ |
D | GrMemoryPoolTest.cpp | 49 GrMemoryPool* pool = new GrMemoryPool(preallocSize, minAllocSize); in SetAllocator() 58 static SkAutoTDelete<GrMemoryPool> gPool; 62 SkAutoTDelete<GrMemoryPool> A::gPool; 176 DEF_TEST(GrMemoryPool, reporter) { in DEF_TEST() argument
|
/external/skia/src/gpu/batches/ |
D | GrBatch.cpp | 30 GrMemoryPool* pool() const { in pool() 31 static GrMemoryPool gPool(16384, 16384); in pool()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob.h | 22 class GrMemoryPool; variable 49 static GrAtlasTextBlob* Create(GrMemoryPool* pool, int glyphCount, int runCount); 535 GrMemoryPool* fPool;
|
D | GrTextBlobCache.h | 138 GrMemoryPool fPool;
|
D | GrAtlasTextBlob.cpp | 20 GrAtlasTextBlob* GrAtlasTextBlob::Create(GrMemoryPool* pool, int glyphCount, int runCount) { in Create()
|
/external/skia/gyp/ |
D | gpu.gypi | 112 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 113 '<(skia_src_path)/gpu/GrMemoryPool.h',
|
/external/skia/ |
D | Android.mk | 397 src/gpu/GrMemoryPool.cpp \
|