Lines Matching refs:MaskConstancyCase
1404 class MaskConstancyCase : public MultisampleCase class
1418 …MaskConstancyCase (Context& context, const char* name, const char* description, CaseType type, i…
1419 ~MaskConstancyCase (void) {} in ~MaskConstancyCase()
1429 MaskConstancyCase::MaskConstancyCase (Context& context, const char* name, const char* description, … in MaskConstancyCase() function in deqp::gles3::Functional::MaskConstancyCase
1437 MaskConstancyCase::IterateResult MaskConstancyCase::iterate (void) in iterate()
1686 group->addChild(new MaskConstancyCase (m_context, "constancy_alpha_to_coverage", in init()
1688 MaskConstancyCase::CASETYPE_ALPHA_TO_COVERAGE, numFboSamples)); in init()
1689 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_coverage", in init()
1691 MaskConstancyCase::CASETYPE_SAMPLE_COVERAGE, numFboSamples)); in init()
1692 group->addChild(new MaskConstancyCase (m_context, "constancy_sample_coverage_inverted", in init()
1694 MaskConstancyCase::CASETYPE_SAMPLE_COVERAGE_INVERTED, numFboSamples)); in init()
1695 group->addChild(new MaskConstancyCase (m_context, "constancy_both", in init()
1697 MaskConstancyCase::CASETYPE_BOTH, numFboSamples)); in init()
1698 group->addChild(new MaskConstancyCase (m_context, "constancy_both_inverted", in init()
1700 MaskConstancyCase::CASETYPE_BOTH_INVERTED, numFboSamples)); in init()