Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6074 …tcu::TestCaseGroup* const feedbackGroup = new tcu::TestCaseGroup(m_testCtx, "vertex_transform_f… in init() local
6085 this->addChild(feedbackGroup); in init()
6440feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_line_loop", "Capture … in init()
6441feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_line_strip", "Capture… in init()
6442feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_triangle_strip", "Capt… in init()
6443feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_triangle_fan", "Captur… in init()
6444feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays", "Captur… in init()
6445feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays_instanced", … in init()
6446feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_arrays_indirect", "… in init()
6447feedbackGroup->addChild(new VertexFeedbackCase(m_context, "capture_vertex_draw_elements", "Captu… in init()
[all …]
Des31fTessellationGeometryInteractionTests.cpp3052 …tcu::TestCaseGroup* const feedbackGroup = new tcu::TestCaseGroup(m_testCtx, "feedback", "Test tr… in init() local
3056 addChild(feedbackGroup); in init()
3215 feedbackGroup->addChild(new FeedbackPrimitiveTypeCase(m_context, in init()
3223feedbackGroup->addChild(new FeedbackRecordVariableSelectionCase(m_context, "record_variable_select… in init()