Searched refs:GetPrimitiveRestartIndexFromType (Results 1 – 4 of 4) sorted by relevance
87 constexpr T GetPrimitiveRestartIndexFromType() in GetPrimitiveRestartIndexFromType() function92 static_assert(GetPrimitiveRestartIndexFromType<uint8_t>() == 0xFF,94 static_assert(GetPrimitiveRestartIndexFromType<uint16_t>() == 0xFFFF,96 static_assert(GetPrimitiveRestartIndexFromType<uint32_t>() == 0xFFFFFFFF,
243 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper()295 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart()296 constexpr Out outRestartIndex = gl::GetPrimitiveRestartIndexFromType<Out>(); in CopyLineLoopIndicesWithRestart()
218 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>(); in setDrawArraysState()
186 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>();