Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h286 uint32_t LineLoopRestartIndexCountHelper(GLsizei indexCount, const uint8_t *srcPtr) in LineLoopRestartIndexCountHelper() function
324 return LineLoopRestartIndexCountHelper<uint8_t>(indexCount, srcPtr); in GetLineLoopWithRestartIndexCount()
326 return LineLoopRestartIndexCountHelper<uint16_t>(indexCount, srcPtr); in GetLineLoopWithRestartIndexCount()
328 return LineLoopRestartIndexCountHelper<uint32_t>(indexCount, srcPtr); in GetLineLoopWithRestartIndexCount()