Searched refs:destRestartIndex (Results 1 – 1 of 1) sorted by relevance
41 DestT destRestartIndex = static_cast<DestT>(gl::GetPrimitiveRestartIndex(destinationType)); in ConvertIndexArray() local44 out[i] = (in[i] == srcRestartIndex ? destRestartIndex : static_cast<DestT>(in[i])); in ConvertIndexArray()