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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 21 class GrVertexBufferAllocPool;
50 GrVertexBufferAllocPool* vertexPool,
166 GrVertexBufferAllocPool& fVertexPool;
GrBufferAllocPool.h 191 class GrVertexBufferAllocPool : public GrBufferAllocPool {
207 GrVertexBufferAllocPool(GrGpu* gpu,
GrBufferAllocPool.cpp 362 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu,
373 void* GrVertexBufferAllocPool::makeSpace(GrVertexLayout layout,
396 bool GrVertexBufferAllocPool::appendVertices(GrVertexLayout layout,
412 int GrVertexBufferAllocPool::preallocatedBufferVertices(GrVertexLayout layout) const {
417 int GrVertexBufferAllocPool::currentBufferVertices(GrVertexLayout layout) const {
GrGpu.h 24 class GrVertexBufferAllocPool;
492 GrVertexBufferAllocPool* fVertexPool;
GrInOrderDrawBuffer.cpp 20 GrVertexBufferAllocPool* vertexPool,
GrGpu.cpp 829 fVertexPool = new GrVertexBufferAllocPool(this, true,
    [all...]
GrContext.cpp     [all...]
  /external/skia/include/gpu/
GrContext.h 32 class GrVertexBufferAllocPool;
669 GrVertexBufferAllocPool* fDrawBufferVBAllocPool;
    [all...]

Completed in 470 milliseconds