Lines Matching full:restartindex
1709 bool PrimitiveList::isRestartIndex (size_t elementNdx, deUint32 restartIndex) const
1713 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex;
1715 return elementNdx == (size_t)restartIndex;
1768 !(command.state.restart.enabled && command.primitives.isRestartIndex(elementNdx, command.state.restart.restartIndex)))