Searched defs:resImage (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp455 Surface resImage(width, height);
456 render(resImage, programID, quadGrid);
466 bool testOk = compareImages(resImage, refImage, 0.05f);
765 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold) argument
767 return tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_LOG_RESULT);

Completed in 174 milliseconds