Searched refs:drawAndCheckGradient (Results 1 – 2 of 2) sorted by relevance
110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;245 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor)… in drawAndCheckGradient() function in deqp::gles3::Functional::DitheringCase467 const bool success = drawAndCheckGradient(m_iteration == 1, m_color); in iterate()
110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;239 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor)… in drawAndCheckGradient() function in deqp::gles2::Functional::DitheringCase462 const bool success = drawAndCheckGradient(m_iteration == 1, m_color); in iterate()