Searched refs:GetPrimitiveRestartIndexFromType (Results 1 – 4 of 4) sorted by relevance
81 constexpr T GetPrimitiveRestartIndexFromType() in GetPrimitiveRestartIndexFromType() function86 static_assert(GetPrimitiveRestartIndexFromType<uint8_t>() == 0xFF,88 static_assert(GetPrimitiveRestartIndexFromType<uint16_t>() == 0xFFFF,90 static_assert(GetPrimitiveRestartIndexFromType<uint32_t>() == 0xFFFFFFFF,
268 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper()320 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart()321 constexpr Out outRestartIndex = gl::GetPrimitiveRestartIndexFromType<Out>(); in CopyLineLoopIndicesWithRestart()
218 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>(); in setDrawArraysState()
179 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>();