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

  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 252 int currentBufferVertices(size_t vertexSize) const;
GrBufferAllocPool.cpp 431 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {
GrInOrderDrawBuffer.cpp 652 int32_t currVertices = fVertexPool.currentBufferVertices(vertexSize);
  /external/skia/src/gpu/
GrBufferAllocPool.h 252 int currentBufferVertices(size_t vertexSize) const;
GrBufferAllocPool.cpp 431 int GrVertexBufferAllocPool::currentBufferVertices(size_t vertexSize) const {
GrInOrderDrawBuffer.cpp 652 int32_t currVertices = fVertexPool.currentBufferVertices(vertexSize);

Completed in 32 milliseconds