Home
last modified time | relevance | path

Searched refs:GrBufferAllocPool (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrBufferAllocPool.cpp25 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, in GrBufferAllocPool() function in GrBufferAllocPool
54 GrBufferAllocPool::~GrBufferAllocPool() { in ~GrBufferAllocPool()
69 void GrBufferAllocPool::releaseGpuRef() { in releaseGpuRef()
76 void GrBufferAllocPool::reset() { in reset()
103 void GrBufferAllocPool::unlock() { in unlock()
120 void GrBufferAllocPool::validate(bool unusedBlockAllowed) const { in validate()
152 void* GrBufferAllocPool::makeSpace(size_t size, in makeSpace()
198 int GrBufferAllocPool::currentBufferItems(size_t itemSize) const { in currentBufferItems()
211 int GrBufferAllocPool::preallocatedBuffersRemaining() const { in preallocatedBuffersRemaining()
215 int GrBufferAllocPool::preallocatedBufferCount() const { in preallocatedBufferCount()
[all …]
DGrBufferAllocPool.h34 class GrBufferAllocPool : GrNoncopyable {
95 GrBufferAllocPool(GrGpu* gpu,
101 virtual ~GrBufferAllocPool();
191 class GrVertexBufferAllocPool : public GrBufferAllocPool {
271 typedef GrBufferAllocPool INHERITED;
279 class GrIndexBufferAllocPool : public GrBufferAllocPool {
349 typedef GrBufferAllocPool INHERITED;
/external/skia/gyp/
Dgpu.gyp196 '../src/gpu/GrBufferAllocPool.cpp',
197 '../src/gpu/GrBufferAllocPool.h',
/external/skia/
DAndroid.mk352 src/gpu/GrBufferAllocPool.cpp \