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

  /external/skia/src/gpu/
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 {

Completed in 178 milliseconds