Searched refs:resultSurface (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderInvarianceTests.cpp | 260 tcu::Surface resultSurface (m_renderSize, m_renderSize); in iterate() local 295 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 299 error |= !checkImage(resultSurface); in iterate() 340 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 344 error |= !checkImage(resultSurface); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderInvarianceTests.cpp | 260 tcu::Surface resultSurface (m_renderSize, m_renderSize); in iterate() local 295 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 299 error |= !checkImage(resultSurface); in iterate() 340 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 344 error |= !checkImage(resultSurface); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1367 Surface resultSurface; in testCurrentProgPriority() local 1380 drawSurface(resultSurface, drawSeed); in testCurrentProgPriority() 1387 refSurface, resultSurface, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in testCurrentProgPriority() 1399 Surface resultSurface; in testActiveProgramUniform() local 1443 drawSurface(resultSurface, drawSeed); in testActiveProgramUniform() 1450 refSurface, resultSurface, 0.05f, tcu::COMPARE_LOG_RESULT); in testActiveProgramUniform()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 4492 tcu::Surface resultSurface (viewportSize.x(), viewportSize.y()); in iterate() local 4541 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 4543 if (!verifyImage(resultSurface.getAccess())) in iterate() 4552 << tcu::TestLog::Image("Result", "Result", resultSurface.getAccess()) in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 4339 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() local 4397 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in runSample() 4469 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() local 4574 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in runSample() 4629 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in iterate() local 4642 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 4646 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 4830 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() local 5023 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in runSample() 5165 tcu::Surface resultSurface (RENDER_AREA_SIZE, RENDER_AREA_SIZE); in runSample() local [all …]
|