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

/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp459 Surface refImage (width, height);
461 computeVertexReference(refImage, quadGrid);
463 computeFragmentReference(refImage, 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 257 milliseconds