Lines Matching refs:prepost
1504 TestCase* createDiffTest (Context& context, PrePost prepost, const char* name, const BlendState& co… in createDiffTest() argument
1508 if (prepost == PRE) in createDiffTest()
1521 else if (prepost == POST) in createDiffTest()
1541 TestCase* createAdvancedEqDiffTest (Context& context, PrePost prepost, const char* name, const Blen… in createAdvancedEqDiffTest() argument
1545 if (prepost == PRE) in createAdvancedEqDiffTest()
1557 else if (prepost == POST) in createAdvancedEqDiffTest()
1576 void addDrawBufferCommonTests (TestCaseGroup* root, PrePost prepost) in addDrawBufferCommonTests() argument
1584 …root->addChild(createDiffTest(root->getContext(), prepost, "common_enable_buffer_enable", enableSt… in addDrawBufferCommonTests()
1585 …root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_disable", disabl… in addDrawBufferCommonTests()
1586 …root->addChild(createDiffTest(root->getContext(), prepost, "common_disable_buffer_enable", disable… in addDrawBufferCommonTests()
1587 …root->addChild(createDiffTest(root->getContext(), prepost, "common_enable_buffer_disable", enableS… in addDrawBufferCommonTests()
1600 …root->addChild(createDiffTest(root->getContext(), prepost, "common_blend_eq_buffer_blend_eq", eqSt… in addDrawBufferCommonTests()
1601 …root->addChild(createDiffTest(root->getContext(), prepost, "common_blend_eq_buffer_separate_blend_… in addDrawBufferCommonTests()
1602 …root->addChild(createAdvancedEqDiffTest(root->getContext(), prepost, "common_blend_eq_buffer_advan… in addDrawBufferCommonTests()
1604 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_eq_buffer_blend_… in addDrawBufferCommonTests()
1605 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_eq_buffer_separa… in addDrawBufferCommonTests()
1606 …root->addChild(createAdvancedEqDiffTest(root->getContext(), prepost, "common_separate_blend_eq_buf… in addDrawBufferCommonTests()
1608 …root->addChild(createAdvancedEqDiffTest(root->getContext(), prepost, "common_advanced_blend_eq_buf… in addDrawBufferCommonTests()
1609 …root->addChild(createAdvancedEqDiffTest(root->getContext(), prepost, "common_advanced_blend_eq_buf… in addDrawBufferCommonTests()
1610 …root->addChild(createAdvancedEqDiffTest(root->getContext(), prepost, "common_advanced_blend_eq_buf… in addDrawBufferCommonTests()
1619 …root->addChild(createDiffTest(root->getContext(), prepost, "common_blend_func_buffer_blend_func", … in addDrawBufferCommonTests()
1620 …root->addChild(createDiffTest(root->getContext(), prepost, "common_blend_func_buffer_separate_blen… in addDrawBufferCommonTests()
1621 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_func_buffer_blen… in addDrawBufferCommonTests()
1622 …root->addChild(createDiffTest(root->getContext(), prepost, "common_separate_blend_func_buffer_sepa… in addDrawBufferCommonTests()
1629 …root->addChild(createDiffTest(root->getContext(), prepost, "common_color_mask_buffer_color_mask", … in addDrawBufferCommonTests()