Home
last modified time | relevance | path

Searched refs:GetPrimitiveRestartIndexFromType (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dutilities.h87 constexpr T GetPrimitiveRestartIndexFromType() in GetPrimitiveRestartIndexFromType() function
92 static_assert(GetPrimitiveRestartIndexFromType<uint8_t>() == 0xFF,
94 static_assert(GetPrimitiveRestartIndexFromType<uint16_t>() == 0xFFFF,
96 static_assert(GetPrimitiveRestartIndexFromType<uint32_t>() == 0xFFFFFFFF,
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h243 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()
/external/angle/src/libANGLE/renderer/gl/
DContextGL.cpp218 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>(); in setDrawArraysState()
DStateManagerGL.cpp186 constexpr GLuint primitiveRestartIndex = gl::GetPrimitiveRestartIndexFromType<GLuint>();