Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.h268 int preallocatedBufferVertices(size_t vertexSize) const;
DGrBufferAllocPool.cpp414 int GrVertexBufferAllocPool::preallocatedBufferVertices(size_t vertexSize) const { in preallocatedBufferVertices() function in GrVertexBufferAllocPool
DGrInOrderDrawBuffer.cpp565 *vertexCount <= fVertexPool.preallocatedBufferVertices(vertexSize))) { in geometryHints()