Lines Matching full:vertexcount
1088 int vertexCount,
1116 if (!geo.set(target, layout, vertexCount, 0)) {
1127 for (int i = 0; i < vertexCount; ++i) {
1142 b.setBounds(positions, vertexCount);
1150 target->setVertexSourceToArray(layout, positions, vertexCount);
1158 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount);
1160 target->drawNonIndexed(primitiveType, 0, vertexCount);