Lines Matching refs:numIndices
476 int numIndices = getNumIndices(); in init() local
478 DE_ASSERT(numIndices > 0); in init()
481 DE_ASSERT(m_endWithRestart || getIndex(numIndices - 1) != in init()
485 for (int i = 1; i < numIndices; i++) in init()
610 int numIndices = getNumIndices(); in draw() local
611 for (int i = 0; i < numIndices; i++) in draw()
656 int numIndices = getNumIndices(); in renderWithoutRestart() local
658 DE_ASSERT(numIndices >= 0); in renderWithoutRestart()
663 for (int indexArrayNdx = 0; indexArrayNdx <= numIndices; in renderWithoutRestart()
666 if (indexArrayNdx >= numIndices || in renderWithoutRestart()
670 if (indexArrayStartNdx < numIndices) in renderWithoutRestart()