Lines Matching refs:context

40 TestCaseGroup* createAttributeLocationTests	(Context& context)  in createAttributeLocationTests()  argument
88 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
92 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests()
99 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests()
105 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests()
112 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests()
118 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests()
127 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
131 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
134 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests()
137 …gGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
152 …holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderCont… in createAttributeLocationTests()
158 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
162 …bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
163 …bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRen… in createAttributeLocationTests()
164 …bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
165 …bindTimeGroup->addChild(new gls::BindRelinkAttributeTest(context.getTestContext(), context.getRend… in createAttributeLocationTests()
166 …bindTimeGroup->addChild(new gls::BindReattachAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
171 …TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests()
178 …layoutAttributeGroup->addChild(new gls::LocationAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests()
184 …TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests()
191 …AttributeGroup->addChild(new gls::LocationMaxAttributesTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
197 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests()
206 …holeGroup->addChild(new gls::LocationHoleAttributeTest(context.getTestContext(), context.getRender… in createAttributeLocationTests()
212 …TestCaseGroup* const mixedAttributeGroup = new TestCaseGroup(context, "mixed", "Basic mixed locati… in createAttributeLocationTests()
219 …mixedAttributeGroup->addChild(new gls::MixedAttributeTest(context.getTestContext(), context.getRen… in createAttributeLocationTests()
224 …TestCaseGroup* const mixedMaxAttributeGroup = new TestCaseGroup(context, "mixed_max_attributes", "… in createAttributeLocationTests()
231 …MaxAttributeGroup->addChild(new gls::MixedMaxAttributesTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
237 …TestCaseGroup* const mixedTimeGroup = new TestCaseGroup(context, "mixed_time", "Bind time tests. T… in createAttributeLocationTests()
241 …mixedTimeGroup->addChild(new gls::PreAttachMixedAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests()
242 …mixedTimeGroup->addChild(new gls::PreLinkMixedAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
243 …mixedTimeGroup->addChild(new gls::PostLinkMixedAttributeTest(context.getTestContext(), context.get… in createAttributeLocationTests()
244 …mixedTimeGroup->addChild(new gls::MixedRelinkAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
245 …mixedTimeGroup->addChild(new gls::MixedReattachAttributeTest(context.getTestContext(), context.get… in createAttributeLocationTests()
249 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "mixed_hole", "Use layout location qua… in createAttributeLocationTests()
257 …holeGroup->addChild(new gls::MixedHoleAttributeTest(context.getTestContext(), context.getRenderCon… in createAttributeLocationTests()
263 …TestCaseGroup* const relinkBindHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test re… in createAttributeLocationTests()
271 …indHoleGroup->addChild(new gls::BindRelinkHoleAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()
277 …TestCaseGroup* const relinkMixedHoleGroup = new TestCaseGroup(context, "mixed_relink_hole", "Test … in createAttributeLocationTests()
285 …edHoleGroup->addChild(new gls::MixedRelinkHoleAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests()