Searched refs:currentBufferItems (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h141 int currentBufferItems(size_t itemSize) const;
H A DGrBufferAllocPool.cpp212 int GrBufferAllocPool::currentBufferItems(size_t itemSize) const { function in class:GrBufferAllocPool
443 return currentBufferItems(vertexSize);
498 return currentBufferItems(sizeof(uint16_t));
/external/skia/src/gpu/
H A DGrBufferAllocPool.h141 int currentBufferItems(size_t itemSize) const;
H A DGrBufferAllocPool.cpp200 int GrBufferAllocPool::currentBufferItems(size_t itemSize) const { function in class:GrBufferAllocPool
432 return currentBufferItems(vertexSize);
487 return currentBufferItems(sizeof(uint16_t));

Completed in 39 milliseconds