HomeSort by relevance Sort by last modified time
    Searched refs:GrVertexBufferAllocPool (Results 1 - 8 of 8) sorted by null

  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 26 class GrVertexBufferAllocPool;
52 GrInOrderDrawBuffer(GrVertexBufferAllocPool* vertexPool,
156 GrVertexBufferAllocPool& fVertexPool;
GrContext.h 28 class GrVertexBufferAllocPool;
529 GrVertexBufferAllocPool* fDrawBufferVBAllocPool;
GrGpu.h 29 class GrVertexBufferAllocPool;
494 GrVertexBufferAllocPool* fVertexPool;
  /external/skia/gpu/src/
GrBufferAllocPool.h 194 class GrVertexBufferAllocPool : public GrBufferAllocPool {
210 GrVertexBufferAllocPool(GrGpu* gpu,
GrBufferAllocPool.cpp 328 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu,
339 void* GrVertexBufferAllocPool::makeSpace(GrVertexLayout layout,
362 bool GrVertexBufferAllocPool::appendVertices(GrVertexLayout layout,
378 int GrVertexBufferAllocPool::preallocatedBufferVertices(GrVertexLayout layout) const {
383 int GrVertexBufferAllocPool::currentBufferVertices(GrVertexLayout layout) const {
GrInOrderDrawBuffer.cpp 25 GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrVertexBufferAllocPool* vertexPool,
GrGpu.cpp 633 fVertexPool = new GrVertexBufferAllocPool(this, true,
GrContext.cpp     [all...]

Completed in 280 milliseconds