Lines Matching refs:screen
1735 const tcu::Surface& screen = m_glArrayPack->getSurface();
1741 m_isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Compare Results", "Compare Results", ref.getAccess(), screen.getAccess(), 1.5f, tcu::COMPARE_LOG_RESULT);
1755 tcu::RGBA screenPixel = screen.getPixel(x, y);
1769 bool screenThin = (!tcu::compareThreshold(screenPixel, screen.getPixel(x-1, y ), threshold) && !tcu::compareThreshold(screenPixel, screen.getPixel(x+1, y ), threshold)) ||
1770 (!tcu::compareThreshold(screenPixel, screen.getPixel(x , y-1), threshold) && !tcu::compareThreshold(screenPixel, screen.getPixel(x , y+1), threshold));
1780 // Check reference pixel against screen pixel
1782 tcu::RGBA screenCmpPixel = screen.getPixel(x+dx, y+dy);
1791 // Check screen pixels against reference pixel
1806 error.setPixel(x, y, tcu::RGBA(screen.getPixel(x, y).getRed(), (screen.getPixel(x, y).getGreen() + 255) / 2, screen.getPixel(x, y).getBlue(), 255));
1820 << TestLog::Image("Result", "Result", screen)
1828 << TestLog::Image("Result", "Result", screen)