• Home
  • Raw
  • Download

Lines Matching refs:DitheringCase

87 class DitheringCase : public tcu::TestCase  class
98DitheringCase (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::gles3::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()
356 bool DitheringCase::drawAndCheckUnicoloredQuad (const Vec4& quadColor) const in drawAndCheckUnicoloredQuad()
452 DitheringCase::IterateResult DitheringCase::iterate (void) in iterate()
533 for (int patternTypeI = 0; patternTypeI < DitheringCase::PATTERNTYPE_LAST; patternTypeI++) in init()
537 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init()
538 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
540 …group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseNa… in init()