Home
last modified time | relevance | path

Searched refs:errorThreshold (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.hpp284 …ol compareImages(const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold);
DglcShaderRenderCase.cpp810 …erRenderCase::compareImages(const Surface& resImage, const Surface& refImage, float errorThreshold) in compareImages() argument
813 errorThreshold, tcu::COMPARE_LOG_RESULT); in compareImages()
/external/deqp/modules/glshared/
DglsShaderRenderCase.hpp238 …compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold);
DglsShaderRenderCase.cpp749 …rRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold) in compareImages() argument
751 …, "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_… in compareImages()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp585 float errorThreshold);
DvktShaderRender.cpp2431 …e::compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold) in compareImages() argument
2433 …, "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_… in compareImages()