Lines Matching refs:DitheringCase
87 class DitheringCase : public tcu::TestCase class
98 …DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, cons…
99 ~DitheringCase (void);
125 const char* DitheringCase::getPatternTypeName (const PatternType type) in getPatternTypeName()
138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char*… in DitheringCase() function in deqp::gles2::Functional::DitheringCase
150 DitheringCase::~DitheringCase (void) in ~DitheringCase()
152 DitheringCase::deinit(); in ~DitheringCase()
155 void DitheringCase::init (void) in init()
162 void DitheringCase::deinit (void) in deinit()
168 bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logE… in checkColor()
239 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor)… in drawAndCheckGradient()
358 bool DitheringCase::drawAndCheckUnicoloredQuad (const Vec4& quadColor) const in drawAndCheckUnicoloredQuad()
454 DitheringCase::IterateResult DitheringCase::iterate (void) in iterate()
535 for (int patternTypeI = 0; patternTypeI < DitheringCase::PATTERNTYPE_LAST; patternTypeI++) in init()
539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
540 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
542 …group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseNa… in init()