Searched refs:isVerticallyIncreasing (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;
239 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor) const argument
263 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[2] = isVerticallyIncreasing ? quadClr0 : quadClr1;
275 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
276 isVerticallyIncreasing ? "Vertical gradient" : "Horizontal gradient",
289 const float inputF = ((float)(isVerticallyIncreasing ? y : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.getWidth());
318 const int increasingDirectionSize = isVerticallyIncreasing
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp110 bool drawAndCheckGradient (bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;
239 bool DitheringCase::drawAndCheckGradient (const bool isVerticallyIncreasing, const Vec4& highColor) const argument
263 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
266 quad.color[1] = isVerticallyIncreasing ? quadClr1 : quadClr0;
267 quad.color[2] = isVerticallyIncreasing ? quadClr0 : quadClr1;
275 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
276 isVerticallyIncreasing ? "Vertical gradient" : "Horizontal gradient",
289 const float inputF = ((float)(isVerticallyIncreasing ? y : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.getWidth());
318 const int increasingDirectionSize = isVerticallyIncreasing
[all...]

Completed in 609 milliseconds