Home
last modified time | relevance | path

Searched refs:GrMemoryPool (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/
DGrMemoryPool.cpp16 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()
DGrMemoryPool.h20 class GrMemoryPool {
27 GrMemoryPool(size_t preallocSize, size_t minAllocSize);
29 ~GrMemoryPool();
DGrProcessor.cpp91 GrMemoryPool* pool() const { in pool()
92 static GrMemoryPool gPool(4096, 4096); in pool()
/external/skia/bench/
DGrMemoryPoolBench.cpp28 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/
DGrMemoryPoolTest.cpp49 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/
DGrBatch.cpp30 GrMemoryPool* pool() const { in pool()
31 static GrMemoryPool gPool(16384, 16384); in pool()
/external/skia/src/gpu/text/
DGrAtlasTextBlob.h22 class GrMemoryPool; variable
49 static GrAtlasTextBlob* Create(GrMemoryPool* pool, int glyphCount, int runCount);
535 GrMemoryPool* fPool;
DGrTextBlobCache.h138 GrMemoryPool fPool;
DGrAtlasTextBlob.cpp20 GrAtlasTextBlob* GrAtlasTextBlob::Create(GrMemoryPool* pool, int glyphCount, int runCount) { in Create()
/external/skia/gyp/
Dgpu.gypi112 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
113 '<(skia_src_path)/gpu/GrMemoryPool.h',
/external/skia/
DAndroid.mk397 src/gpu/GrMemoryPool.cpp \