Home
last modified time | relevance | path

Searched refs:refImage (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp220 Surface refImage(imageWidth, imageHeight); in iterate() local
227 tcu::clear(refImage.getAccess(), tcu::IVec4(r, g, b, 255)); in iterate()
244 RGBA refRGBA = refImage.getPixel(i, j); in iterate()
261 << TestLog::Image("Reference", "Reference image", refImage) in iterate()
Des2fColorClearTest.cpp112 Surface refImage (targetWidth, targetHeight); in iterate() local
223 refImage.setPixel(x + ndx, y, spanColor); in iterate()
254 RGBA refRGBA = refImage.getPixel(x, y); in iterate()
278 << TestLog::Image("Reference", "Reference image", refImage) in iterate()
Des2fVertexTextureTests.cpp581 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
609 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate()
621 …const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resIma… in iterate()
899 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
941 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate()
953 …const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resIma… in iterate()
/external/deqp/modules/gles3/functional/
Des3fPrerequisiteTests.cpp220 Surface refImage(imageWidth, imageHeight); in iterate() local
227 tcu::clear(refImage.getAccess(), tcu::IVec4(r, g, b, 255)); in iterate()
244 RGBA refRGBA = refImage.getPixel(i, j); in iterate()
260 << TestLog::Image("Reference", "Reference image", refImage) in iterate()
Des3fColorClearTest.cpp112 Surface refImage (targetWidth, targetHeight); in iterate() local
223 refImage.setPixel(x + ndx, y, spanColor); in iterate()
254 RGBA refRGBA = refImage.getPixel(x, y); in iterate()
278 << TestLog::Image("Reference", "Reference image", refImage) in iterate()
Des3fVertexTextureTests.cpp682 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
710 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate()
722 …const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resIma… in iterate()
1003 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
1045 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate()
1057 …const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resIma… in iterate()
1358 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
1385 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate()
1397 …const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resIma… in iterate()
1701 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate() local
[all …]
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp459 Surface refImage (width, height); in iterate() local
461 computeVertexReference(refImage, quadGrid); in iterate()
463 computeFragmentReference(refImage, quadGrid); in iterate()
466 bool testOk = compareImages(resImage, refImage, 0.05f); in iterate()
765 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float error… in compareImages() argument
767 …pare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorT… in compareImages()
DglsScissorTests.cpp214 tcu::Surface refImage (viewport.width, viewport.height); in iterate() local
244 glu::readPixels(m_renderCtx, viewport.x, viewport.y, refImage.getAccess()); in iterate()
274 clearEdges(refImage.getAccess(), IVec4(32, 64, 128, 255), relScissorArea); in iterate()
276 …if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAcc… in iterate()
DglsShaderRenderCase.hpp238 …bool compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float error…