Home
last modified time | relevance | path

Searched refs:singleGroup (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTests.cpp67 TestCaseGroupBase* singleGroup = new TestCaseGroupBase(m_context, m_extParams, "single", ""); in init() local
69 singleGroup->addChild(new TessellationShaderPropertiesDefaultContextWideValues(m_context, m_extParams)); in init()
71 singleGroup->addChild(new TessellationShadersIsolines(m_context, m_extParams)); in init()
73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()
75 singleGroup->addChild(new TessellationShaderPropertiesProgramObject(m_context, m_extParams)); in init()
76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams)); in init()
77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams)); in init()
78 singleGroup->addChild(new TessellationShaderPrimitiveCoverage(m_context, m_extParams)); in init()
79 addChild(singleGroup); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp1579 tcu::TestCaseGroup* const singleGroup = new tcu::TestCaseGroup(m_testCtx, "single_binding", "Test using single binding point");
1583 usageGroup->addChild(singleGroup);
1589 singleGroup->addChild(new SingleBindingCase(m_context, "elements_1", 0));
1590 singleGroup->addChild(new SingleBindingCase(m_context, "elements_2", SingleBindingCase::FLAG_ATTRIBS_MULTIPLE_ELEMS));
1591 singleGroup->addChild(new SingleBindingCase(m_context, "elements_2_share_elements", SingleBindingCase::FLAG_ATTRIBS_SHARED_ELEMS));
1592 singleGroup->addChild(new SingleBindingCase(m_context, "offset_elements_1", SingleBindingCase::FLAG_BUF_ALIGNED_OFFSET | 0));
1593 singleGroup->addChild(new SingleBindingCase(m_context, "offset_elements_2", SingleBindingCase::FLAG_BUF_ALIGNED_OFFSET | SingleBindingCase::FLAG_ATTRIBS_MULTIPLE_ELEMS));
1594 singleGroup->addChild(new SingleBindingCase(m_context, "offset_elements_2_share_elements", SingleBindingCase::FLAG_BUF_ALIGNED_OFFSET | SingleBindingCase::FLAG_ATTRIBS_SHARED_ELEMS));
1595 singleGroup->addChild(new SingleBindingCase(m_context, "unaligned_offset_elements_1_aligned_elements", SingleBindingCase::FLAG_BUF_UNALIGNED_OFFSET | SingleBindingCase::FLAG_ATTRIB_ALIGNED)); // !< total offset is aligned

Completed in 3 milliseconds