Home
last modified time | relevance | path

Searched refs:currentBufferVertices (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrBufferAllocPool.h257 int currentBufferVertices(GrVertexLayout layout) const;
DGrBufferAllocPool.cpp417 int GrVertexBufferAllocPool::currentBufferVertices(GrVertexLayout layout) const { in currentBufferVertices() function in GrVertexBufferAllocPool
DGrInOrderDrawBuffer.cpp439 int32_t currVertices = fVertexPool.currentBufferVertices(vertexLayout); in geometryHints()