Searched refs:indexArrayNdx (Results 1 – 1 of 1) sorted by relevance
608 …for (int indexArrayNdx = 0; indexArrayNdx <= numIndices; indexArrayNdx++) // \note Goes one "too f… in renderWithoutRestart() local610 …if (indexArrayNdx >= numIndices || getIndex(indexArrayNdx) == restartIndex) // \note Handle end of… in renderWithoutRestart()616 draw(indexArrayStartNdx, indexArrayNdx - indexArrayStartNdx); in renderWithoutRestart()620 indexArrayStartNdx = indexArrayNdx + 1; // Next draw starts just after this restart index. in renderWithoutRestart()