Home
last modified time | relevance | path

Searched refs:refFrame (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/egl/
DteglColorClearCase.cpp149 tcu::Surface refFrame (width, height); in executeForContexts() local
207 renderReference(refFrame, clears, pixelFmt); in executeForContexts()
211 …xelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,… in executeForContexts()
295 tcu::Surface refFrame (width, height); in executeForContexts() local
375 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), in executeForContexts()
385 …xelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,… in executeForContexts()
DteglRenderTests.cpp708 tcu::Surface refFrame (width, height); in executeForContexts() local
785 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts()
789 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, fr… in executeForContexts()
893 tcu::Surface refFrame (width, height); in executeForContexts() local
996 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts()
1000 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, fr… in executeForContexts()
/external/deqp/modules/gles3/functional/
Des3fDepthTests.cpp141 tcu::Surface refFrame (width, height); in iterate() local
166 context.readPixels(refFrame, 0, 0, width, height); in iterate()
181 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
Des3fStencilTests.cpp298 tcu::Surface refFrame (width, height); in iterate() local
358 context.readPixels(refFrame, 0, 0, width, height); in iterate()
368 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
Des3fTextureUnitTests.cpp996 tcu::Surface refFrame (viewportWidth, viewportHeight); in iterate() local
1040 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight); in iterate()
1045 …bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gle… in iterate()
Des3fFboRenderTest.cpp440 tcu::Surface refFrame (width, height); in iterate() local
476 render(context, refFrame); in iterate()
490 bool imagesOk = compare(refFrame, gles3Frame); in iterate()
/external/deqp/modules/gles2/functional/
Des2fDepthTests.cpp138 tcu::Surface refFrame (width, height); in iterate() local
163 context.readPixels(refFrame, 0, 0, width, height); in iterate()
178 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
Des2fStencilTests.cpp295 tcu::Surface refFrame (width, height); in iterate() local
355 context.readPixels(refFrame, 0, 0, width, height); in iterate()
365 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()
Des2fTextureUnitTests.cpp766 tcu::Surface refFrame (viewportWidth, viewportHeight); in iterate() local
808 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight); in iterate()
813 …bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gle… in iterate()
Des2fFboRenderTest.cpp578 tcu::Surface refFrame (width, height); in iterate() local
614 render(context, refFrame); in iterate()
629 …bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, … in iterate()