• Home
  • Raw
  • Download

Lines Matching refs:getRenderContext

72 …->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type));  in createAttributeLocationTests()
85 …dChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
100 …ld(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
104 …new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1)); in createAttributeLocationTests()
107 …new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
110 …ls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
125 …dChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()
135 …ddChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
136 …>addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
137 …addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
138 …->addChild(new gls::BindRelinkAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
139 …addChild(new gls::BindReattachAttributeTest(context.getTestContext(), context.getRenderContext())); in createAttributeLocationTests()
152 …(new gls::BindRelinkHoleAttributeTest(context.getTestContext(), context.getRenderContext(), type)); in createAttributeLocationTests()