• Home
  • Raw
  • Download

Lines Matching refs:restartIndex

246 	deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE	? RESTART_INDEX_UNSIGNED_BYTE  in init()  local
251 DE_ASSERT(restartIndex != 0); in init()
258 addIndex(restartIndex); in init()
260 addIndex(restartIndex); in init()
288 addIndex(restartIndex); in init()
290 addIndex(restartIndex); in init()
324 addIndex(restartIndex); in init()
326 addIndex(restartIndex); in init()
355 addIndex(restartIndex); in init()
357 addIndex(restartIndex); in init()
396 addIndex(restartIndex); in init()
398 addIndex(restartIndex); in init()
427 addIndex(restartIndex); in init()
429 addIndex(restartIndex); in init()
439 addIndex(restartIndex); in init()
441 addIndex(restartIndex); in init()
449 …DE_ASSERT(m_beginWithRestart || getIndex(0) != restartIndex); // We don't want restarts at be… in init()
450 …DE_ASSERT(m_endWithRestart || getIndex(numIndices-1) != restartIndex); // We don't want restarts… in init()
454 …DE_ASSERT(getIndex(i) != restartIndex || getIndex(i-1) != restartIndex); // We don't want duplicat… in init()
537 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in draw() local
542 DE_ASSERT(restartIndex != 0); in draw()
560 if (index != restartIndex && index > max) in draw()
588 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in renderWithoutRestart() local
593 DE_ASSERT(restartIndex != 0); in renderWithoutRestart()
610 …if (indexArrayNdx >= numIndices || getIndex(indexArrayNdx) == restartIndex) // \note Handle end of… in renderWithoutRestart()