Home
last modified time | relevance | path

Searched refs:indexArrayStartNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp621 …int indexArrayStartNdx = 0; // Keep track of the draw start index - first index after a primitive … in renderWithoutRestart() local
627 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()