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

  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 186 class GrVertexBufferAllocPool : public GrBufferAllocPool {
202 GrVertexBufferAllocPool(GrGpu* gpu,
GrBufferAllocPool.cpp 389 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu,
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 {
  /external/skia/src/gpu/
GrBufferAllocPool.h 186 class GrVertexBufferAllocPool : public GrBufferAllocPool {
202 GrVertexBufferAllocPool(GrGpu* gpu,
GrBufferAllocPool.cpp 378 GrVertexBufferAllocPool::GrVertexBufferAllocPool(GrGpu* gpu,
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 84 milliseconds