Searched refs:GetPrimitiveRestartIndex (Results 1 – 7 of 7) sorted by relevance
40 InputT srcRestartIndex = static_cast<InputT>(gl::GetPrimitiveRestartIndex(sourceType)); in ConvertIndexArray()41 DestT destRestartIndex = static_cast<DestT>(gl::GetPrimitiveRestartIndex(destinationType)); in ConvertIndexArray()305 if (indexRange.end == gl::GetPrimitiveRestartIndex(indexType)) in GetIndexTranslationDestType()
698 GetPrimitiveRestartIndex(indexType)); in ComputeIndexRange()702 GetPrimitiveRestartIndex(indexType)); in ComputeIndexRange()706 GetPrimitiveRestartIndex(indexType)); in ComputeIndexRange()713 GLuint GetPrimitiveRestartIndex(DrawElementsType indexType) in GetPrimitiveRestartIndex() function
84 GLuint GetPrimitiveRestartIndex(DrawElementsType indexType);
117 UINT GetPrimitiveRestartIndex();
2214 UINT GetPrimitiveRestartIndex() in GetPrimitiveRestartIndex() function
232 GLuint restartIndex = gl::GetPrimitiveRestartIndex(indexType); in CopyTriangleFanIndicesWithRestart()233 GLuint d3dRestartIndex = gl::GetPrimitiveRestartIndex(gl::DrawElementsType::UnsignedInt); in CopyTriangleFanIndicesWithRestart()
297 GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndex(type); in setDrawElementsState()