Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:restartIndex

1725 bool PrimitiveList::isRestartIndex (size_t elementNdx, deUint32 restartIndex) const
1729 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex;
1731 return elementNdx == (size_t)restartIndex;
1784 !(command.state.restart.enabled && command.primitives.isRestartIndex(elementNdx, command.state.restart.restartIndex)))