HomeSort by relevance Sort by last modified time
    Searched refs:prevConstantDirectionPix (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 323 tcu::RGBA prevConstantDirectionPix;
330 if (constPos > 0 && clr != prevConstantDirectionPix)
335 << " and does not equal the color at (" << (isVerticallyIncreasing ? x-1 : x) << ", " << (isVerticallyIncreasing ? y : y-1) << "), which is " << prevConstantDirectionPix
341 prevConstantDirectionPix = clr;
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 323 tcu::RGBA prevConstantDirectionPix;
330 if (constPos > 0 && clr != prevConstantDirectionPix)
335 << " and does not equal the color at (" << (isVerticallyIncreasing ? x-1 : x) << ", " << (isVerticallyIncreasing ? y : y-1) << "), which is " << prevConstantDirectionPix
341 prevConstantDirectionPix = clr;

Completed in 72 milliseconds