Lines Matching defs:context

490  * @param context     EGL context ID.
495 TestCaseBase<API>::TestCaseBase(Context& context, const char* name, const char* description)
496 : tcu::TestCase(context.getTestContext(), name, description)
497 , context_id(context)
10691 * @param context CTS context
10694 void initTests(TestCaseGroup& group, glcts::Context& context)
10699 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsPrimitive<API>(context));
10700 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsStructTypes1<API>(context));
10701 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsStructTypes2<API>(context));
10702 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsStructTypes3<API>(context));
10703 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsStructTypes4<API>(context));
10704 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsTypenameStyle1<API>(context));
10705 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsTypenameStyle2<API>(context));
10706 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsTypenameStyle3<API>(context));
10707 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsTypenameStyle4<API>(context));
10708 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsTypenameStyle5<API>(context));
10709 group.addChild(new glcts::ArraysOfArrays::SizedDeclarationsFunctionParams<API>(context));
10710 group.addChild(new glcts::ArraysOfArrays::sized_declarations_invalid_sizes1<API>(context));
10711 group.addChild(new glcts::ArraysOfArrays::sized_declarations_invalid_sizes2<API>(context));
10712 group.addChild(new glcts::ArraysOfArrays::sized_declarations_invalid_sizes3<API>(context));
10713 group.addChild(new glcts::ArraysOfArrays::sized_declarations_invalid_sizes4<API>(context));
10714 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclConstructors1<API>(context));
10715 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclConstructors2<API>(context));
10716 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclUnsizedConstructors<API>(context));
10717 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclConst<API>(context));
10719 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclInvalidConstructors1<API>(context));
10720 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclInvalidConstructors2<API>(context));
10721 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclInvalidConstructors3<API>(context));
10722 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclInvalidConstructors4<API>(context));
10723 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclConstructorSizing1<API>(context));
10724 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclConstructorSizing2<API>(context));
10725 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclStructConstructors<API>(context));
10726 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclUnsizedArrays1<API>(context));
10727 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclUnsizedArrays2<API>(context));
10728 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclUnsizedArrays3<API>(context));
10729 group.addChild(new glcts::ArraysOfArrays::ConstructorsAndUnsizedDeclUnsizedArrays4<API>(context));
10730 group.addChild(new glcts::ArraysOfArrays::ExpressionsAssignment1<API>(context));
10731 group.addChild(new glcts::ArraysOfArrays::ExpressionsAssignment2<API>(context));
10732 group.addChild(new glcts::ArraysOfArrays::ExpressionsAssignment3<API>(context));
10733 group.addChild(new glcts::ArraysOfArrays::ExpressionsTypeRestrictions1<API>(context));
10734 group.addChild(new glcts::ArraysOfArrays::ExpressionsTypeRestrictions2<API>(context));
10735 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingScalar1<API>(context));
10736 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingScalar2<API>(context));
10737 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingScalar3<API>(context));
10738 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingScalar4<API>(context));
10739 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingArray1<API>(context));
10740 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingArray2<API>(context));
10741 group.addChild(new glcts::ArraysOfArrays::ExpressionsIndexingArray3<API>(context));
10742 group.addChild(new glcts::ArraysOfArrays::ExpressionsDynamicIndexing1<API>(context));
10743 group.addChild(new glcts::ArraysOfArrays::ExpressionsDynamicIndexing2<API>(context));
10744 group.addChild(new glcts::ArraysOfArrays::ExpressionsEquality1<API>(context));
10745 group.addChild(new glcts::ArraysOfArrays::ExpressionsEquality2<API>(context));
10746 group.addChild(new glcts::ArraysOfArrays::ExpressionsLength1<API>(context));
10747 group.addChild(new glcts::ArraysOfArrays::ExpressionsLength2<API>(context));
10748 group.addChild(new glcts::ArraysOfArrays::ExpressionsLength3<API>(context));
10749 group.addChild(new glcts::ArraysOfArrays::ExpressionsInvalid1<API>(context));
10750 group.addChild(new glcts::ArraysOfArrays::ExpressionsInvalid2<API>(context));
10752 group.addChild(new glcts::ArraysOfArrays::InteractionFunctionCalls1<API>(context));
10753 group.addChild(new glcts::ArraysOfArrays::InteractionFunctionCalls2<API>(context));
10754 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing1<API>(context));
10755 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing2<API>(context));
10756 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing3<API>(context));
10757 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing4<API>(context));
10758 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing5<API>(context));
10759 group.addChild(new glcts::ArraysOfArrays::InteractionArgumentAliasing6<API>(context));
10761 group.addChild(new glcts::ArraysOfArrays::InteractionUniforms1<API>(context));
10762 group.addChild(new glcts::ArraysOfArrays::InteractionUniforms2<API>(context));
10763 group.addChild(new glcts::ArraysOfArrays::InteractionUniformBuffers1<API>(context));
10764 group.addChild(new glcts::ArraysOfArrays::InteractionUniformBuffers2<API>(context));
10765 group.addChild(new glcts::ArraysOfArrays::InteractionUniformBuffers3<API>(context));
10766 group.addChild(new glcts::ArraysOfArrays::InteractionInterfaceArrays1<API>(context));
10767 group.addChild(new glcts::ArraysOfArrays::InteractionInterfaceArrays2<API>(context));
10768 group.addChild(new glcts::ArraysOfArrays::InteractionInterfaceArrays3<API>(context));
10769 group.addChild(new glcts::ArraysOfArrays::InteractionInterfaceArrays4<API>(context));
10773 group.addChild(new glcts::ArraysOfArrays::InteractionStorageBuffers1<API>(context));
10774 group.addChild(new glcts::ArraysOfArrays::InteractionStorageBuffers2<API>(context));
10775 group.addChild(new glcts::ArraysOfArrays::InteractionStorageBuffers3<API>(context));
10780 group.addChild(new glcts::ArraysOfArrays::AtomicDeclarationTest<API>(context));
10781 group.addChild(new glcts::ArraysOfArrays::AtomicUsageTest<API>(context));
10786 group.addChild(new glcts::ArraysOfArrays::SubroutineFunctionCalls1<API>(context));
10787 group.addChild(new glcts::ArraysOfArrays::SubroutineFunctionCalls2<API>(context));
10788 group.addChild(new glcts::ArraysOfArrays::SubroutineArgumentAliasing1<API>(context));
10789 group.addChild(new glcts::ArraysOfArrays::SubroutineArgumentAliasing2<API>(context));
10790 group.addChild(new glcts::ArraysOfArrays::SubroutineArgumentAliasing3<API>(context));
10791 group.addChild(new glcts::ArraysOfArrays::SubroutineArgumentAliasing4<API>(context));
10798 * @param context CTS context
10800 ArrayOfArraysTestGroup::ArrayOfArraysTestGroup(Context& context)
10801 : TestCaseGroup(context, "arrays_of_arrays", "Groups all tests that verify 'arrays of arrays' functionality.")
10814 * @param context CTS context
10816 ArrayOfArraysTestGroupGL::ArrayOfArraysTestGroupGL(Context& context)
10817 : TestCaseGroup(context, "arrays_of_arrays_gl", "Groups all tests that verify 'arrays of arrays' functionality.")