Searched refs:indexArrayStartNdx (Results 1 – 1 of 1) sorted by relevance
621 …int indexArrayStartNdx = 0; // Keep track of the draw start index - first index after a primitive … in renderWithoutRestart() local627 if (indexArrayStartNdx < numIndices) in renderWithoutRestart()631 draw(indexArrayStartNdx, indexArrayNdx - indexArrayStartNdx); in renderWithoutRestart()635 indexArrayStartNdx = indexArrayNdx + 1; // Next draw starts just after this restart index. in renderWithoutRestart()