Searched refs:barColor (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() argument 489 << " pixels from left border to be of color " << barColor.swizzle(0, 1, 2) << "." in verifyImageSingleColoredRow() 500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() argument 489 << " pixels from left border to be of color " << barColor.swizzle(0, 1, 2) << "." in verifyImageSingleColoredRow() 500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 3555 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& barColor, bool logging) in verifyImageSingleColoredRow() argument 3565 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting all pixels with distance less or equal to (about) " << barLength << " pixels from left border to be of color " << barColor.swizzle(0,1,2) << "." << tcu::TestLog::EndMessage; in verifyImageSingleColoredRow() 3573 const tcu::RGBA refColor = tcu::RGBA(barColor); in verifyImageSingleColoredRow()
|
Completed in 14 milliseconds