Home | History | Annotate | Download | only in src

Lines Matching refs:fVertexPool

38         fVertexPool(*vertexPool),
335 fVertexPool.reset();
353 fVertexPool.unlock();
426 int32_t currVertices = fVertexPool.currentBufferVertices(vertexLayout);
428 (!fVertexPool.preallocatedBuffersRemaining() &&
429 *vertexCount <= fVertexPool.preallocatedBufferVertices(vertexLayout))) {
449 *vertices = fVertexPool.makeSpace(vertexLayout,
466 fVertexPool.putBack(fReservedVertexBytes);
480 fVertexPool.putBack(vertexSlack);
500 fVertexPool.appendVertices(fGeometrySrc.fVertexLayout,