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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h191 class GrVertexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
207 GrVertexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp378 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu, function in class:GrVertexBufferAllocPool
389 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize,
411 bool GrVertexBufferAllocPool::appendVertices(size_t vertexSize,
427 int GrVertexBufferAllocPool::preallocatedBufferVertices(size_t vertexSize) const {
431 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {
/external/skia/src/gpu/
H A DGrBufferAllocPool.h191 class GrVertexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
207 GrVertexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp378 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu, function in class:GrVertexBufferAllocPool
389 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize,
411 bool GrVertexBufferAllocPool::appendVertices(size_t vertexSize,
427 int GrVertexBufferAllocPool::preallocatedBufferVertices(size_t vertexSize) const {
431 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {

Completed in 92 milliseconds