Lines Matching full:vertexcount
2649 GLsizei vertexCount = indexInfo.maxIndex - indexInfo.minIndex + 1;2650 err = applyVertexBuffer(indexInfo.minIndex, vertexCount);2668 device->DrawIndexedPrimitive(primitiveType, -(INT)indexInfo.minIndex, indexInfo.minIndex, vertexCount, indexInfo.startIndex, primitiveCount);