Searched refs:GrVertexBufferAllocPool (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h186 class GrVertexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
202 GrVertexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp389 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu, function in class:GrVertexBufferAllocPool
400 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize,
422 bool GrVertexBufferAllocPool::appendVertices(size_t vertexSize,
438 int GrVertexBufferAllocPool::preallocatedBufferVertices(size_t vertexSize) const {
442 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {
H A DGrInOrderDrawBuffer.h27 class GrVertexBufferAllocPool;
52 GrVertexBufferAllocPool* vertexPool,
310 GrVertexBufferAllocPool& fVertexPool;
H A DGrGpu.h23 class GrVertexBufferAllocPool;
507 GrVertexBufferAllocPool* fVertexPool;
H A DGrGpu.cpp398 fVertexPool = SkNEW_ARGS(GrVertexBufferAllocPool, (this, true,
H A DGrInOrderDrawBuffer.cpp18 GrVertexBufferAllocPool* vertexPool,
H A DGrContext.cpp1845 SkNEW_ARGS(GrVertexBufferAllocPool, (fGpu, false,
/external/skia/src/gpu/
H A DGrBufferAllocPool.h186 class GrVertexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
202 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 {
H A DGrInOrderDrawBuffer.h22 class GrVertexBufferAllocPool;
47 GrVertexBufferAllocPool* vertexPool,
250 GrVertexBufferAllocPool& fVertexPool;
H A DGrGpu.h22 class GrVertexBufferAllocPool;
522 GrVertexBufferAllocPool* fVertexPool;
H A DGrGpu.cpp451 fVertexPool = SkNEW_ARGS(GrVertexBufferAllocPool, (this, true,
H A DGrInOrderDrawBuffer.cpp22 GrVertexBufferAllocPool* vertexPool,
H A DGrContext.cpp1816 SkNEW_ARGS(GrVertexBufferAllocPool, (fGpu, false,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h44 class GrVertexBufferAllocPool;
1009 GrVertexBufferAllocPool* fDrawBufferVBAllocPool;
/external/skia/include/gpu/
H A DGrContext.h43 class GrVertexBufferAllocPool;
972 GrVertexBufferAllocPool* fDrawBufferVBAllocPool;

Completed in 623 milliseconds