Lines Matching refs:context

47 TestCaseGroup* createAttributeLocationTests (Context& context)  in createAttributeLocationTests()  argument
61 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
65 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests()
72 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests()
78 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests()
85 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests()
91 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests()
100 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
104 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
107 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests()
110 …gGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
125 …holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderCont… in createAttributeLocationTests()
131 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
135 …bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
136 …bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRen… in createAttributeLocationTests()
137 …bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
138 …bindTimeGroup->addChild(new gls::BindRelinkAttributeTest(context.getTestContext(), context.getRend… in createAttributeLocationTests()
139 …bindTimeGroup->addChild(new gls::BindReattachAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
144 …TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
152 …relinkHoleGroup->addChild(new gls::BindRelinkHoleAttributeTest(context.getTestContext(), context.g… in createAttributeLocationTests()