Lines Matching refs:TestSubcase
3734 addChild(new TestSubcase(m_context, "empty-shaders", TestSubcase::Create<NoShaders>));
3735 addChild(new TestSubcase(m_context, "simple-shaders", TestSubcase::Create<SimpleShaders>));
3736 addChild(new TestSubcase(m_context, "input-types", TestSubcase::Create<InputTypes>));
3737 addChild(new TestSubcase(m_context, "input-built-in", TestSubcase::Create<InputBuiltIn>));
3738 addChild(new TestSubcase(m_context, "input-layout", TestSubcase::Create<InputLayout>));
3739 addChild(new TestSubcase(m_context, "output-layout", TestSubcase::Create<OutputLayout>));
3740 addChild(new TestSubcase(m_context, "output-built-in", TestSubcase::Create<OutputBuiltIn>));
3741 addChild(new TestSubcase(m_context, "uniform-simple", TestSubcase::Create<UniformSimple>));
3742 addChild(new TestSubcase(m_context, "uniform-types", TestSubcase::Create<UniformTypes>));
3743 addChild(new TestSubcase(m_context, "uniform-block-types", TestSubcase::Create<UniformBlockTypes>));
3744 addChild(new TestSubcase(m_context, "uniform-block-array", TestSubcase::Create<UniformBlockArray>));
3745 addChild(new TestSubcase(m_context, "transform-feedback-types", TestSubcase::Create<TransformFeedbackTypes>));
3746 addChild(new TestSubcase(m_context, "transform-feedback-types-full-array-capture",
3747 TestSubcase::Create<TransformFeedbackTypesFullArrayCapture>));
3748 addChild(new TestSubcase(m_context, "atomic-counters", TestSubcase::Create<AtomicCounterSimple>));
3750 new TestSubcase(m_context, "atomic-counters-one-buffer", TestSubcase::Create<AtomicCounterSimpleOneBuffer>));
3751 addChild(new TestSubcase(m_context, "ssb-types", TestSubcase::Create<ShaderStorageBlock>));
3752 addChild(new TestSubcase(m_context, "null-length", TestSubcase::Create<NullLength>));
3753 addChild(new TestSubcase(m_context, "arrays-of-arrays", TestSubcase::Create<ArraysOfArrays>));
3754 addChild(new TestSubcase(m_context, "top-level-array", TestSubcase::Create<TopLevelArray>));
3755 addChild(new TestSubcase(m_context, "separate-programs-vertex", TestSubcase::Create<SeparateProgramsVertex>));
3756 addChild(new TestSubcase(m_context, "separate-programs-fragment", TestSubcase::Create<SeparateProgramsFragment>));
3757 addChild(new TestSubcase(m_context, "uniform-block", TestSubcase::Create<UniformBlockAdvanced>));
3758 addChild(new TestSubcase(m_context, "array-names", TestSubcase::Create<ArrayNames>));
3759 addChild(new TestSubcase(m_context, "buff-length", TestSubcase::Create<BuffLength>));
3760 addChild(new TestSubcase(m_context, "no-locations", TestSubcase::Create<NoLocations>));
3761 addChild(new TestSubcase(m_context, "query-not-used", TestSubcase::Create<QueryNotUsed>));
3762 addChild(new TestSubcase(m_context, "relink-failure", TestSubcase::Create<RelinkFailure>));
3763 addChild(new TestSubcase(m_context, "link-failure", TestSubcase::Create<LinkFailure>));
3764 addChild(new TestSubcase(m_context, "compute-shader", TestSubcase::Create<ComputeShaderTest>));
3765 addChild(new TestSubcase(m_context, "invalid-value", TestSubcase::Create<InvalidValueTest>));
3766 addChild(new TestSubcase(m_context, "invalid-operation", TestSubcase::Create<InvalidOperationTest>));
3767 addChild(new TestSubcase(m_context, "invalid-enum", TestSubcase::Create<InvalidEnumTest>));