Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.cpp712 subroutineUniformSet captured_subroutine_indices[m_n_shared_contexts + 1]; in testCase() local
735 captureCurrentSubroutineSet(captured_subroutine_indices[i]); in testCase()
739 captureCurrentSubroutineSet(captured_subroutine_indices[m_n_shared_contexts]); in testCase()
744 if (subroutine_indices[i] != captured_subroutine_indices[i]) in testCase()
748 << " captured: " << captured_subroutine_indices[i].m_vertex_shader_stage in testCase()
750 << " captured: " << captured_subroutine_indices[i].m_tesselation_control_shader_stage in testCase()
752 << " captured: " << captured_subroutine_indices[i].m_tesselation_evaluation_shader_stage in testCase()
754 << " captured: " << captured_subroutine_indices[i].m_geometry_shader_stage in testCase()
756 << " captured: " << captured_subroutine_indices[i].m_fragment_shader_stage in testCase()