Home
last modified time | relevance | path

Searched defs:restartIndex (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp272 uint32_t restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE : in init() local
591 uint32_t restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE : in draw() local
642 uint32_t restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE : in renderWithoutRestart() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.h358 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper() local
410 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart() local
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c233 unsigned restartIndex, bool restart, in vbo_get_minmax_index_mapped()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp1000 unsigned int restartIndex; in setUpVertexAttributeArrays() local
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp350 uint32_t restartIndex; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp234 GLuint restartIndex = gl::GetPrimitiveRestartIndex(indexType); in CopyTriangleFanIndicesWithRestart() local