Searched defs:GrVertexBufferAllocPool (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrBufferAllocPool.h191 class GrVertexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
207 GrVertexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp365 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu, function in class:GrVertexBufferAllocPool
376 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize,
398 bool GrVertexBufferAllocPool::appendVertices(size_t vertexSize,
414 int GrVertexBufferAllocPool::preallocatedBufferVertices(size_t vertexSize) const {
418 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {

Completed in 355 milliseconds