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

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 347 inline bool compareColors (const Vec4& colorA, const Vec4& colorB, const Vec4& threshold)
380 const bool isBlack = compareColors(color, black, threshold);
381 const bool isColor = compareColors(color, barColor, threshold);
494 case 4: isOk = compareColors(realValue, expectedValue, threshold); break;
561 if (!compareColors(color, black, threshold))
    [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp 89 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits)
    [all...]

Completed in 494 milliseconds