Home
last modified time | relevance | path

Searched refs:drawAndCheckGradient (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDitheringTests.cpp110 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::DitheringCase
467 const bool success = drawAndCheckGradient(m_iteration == 1, m_color); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDitheringTests.cpp110 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::DitheringCase
462 const bool success = drawAndCheckGradient(m_iteration == 1, m_color); in iterate()