/external/skia/gm/ |
D | imagefromyuvtextures.cpp | 137 auto resultSurface = SkSurface::MakeRenderTarget(dContext, in createReferenceImage() local 143 if (!resultSurface) { in createReferenceImage() 147 resultSurface->getCanvas()->drawImage(std::move(planarImage), 0, 0); in createReferenceImage() 148 return resultSurface->makeImageSnapshot(); in createReferenceImage()
|
/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 | 1378 Surface resultSurface; in testCurrentProgPriority() local 1391 drawSurface(resultSurface, drawSeed); in testCurrentProgPriority() 1398 refSurface, resultSurface, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in testCurrentProgPriority() 1410 Surface resultSurface; in testActiveProgramUniform() local 1454 drawSurface(resultSurface, drawSeed); in testActiveProgramUniform() 1461 refSurface, resultSurface, 0.05f, tcu::COMPARE_LOG_RESULT); in testActiveProgramUniform()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 4710 tcu::Surface resultSurface (viewportSize.x(), viewportSize.y()); in iterate() local 4759 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 4761 if (!verifyImage(resultSurface.getAccess())) in iterate() 4770 << 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 …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 1799 tcu::Surface resultSurface(dim, dim); in iterate() local 1800 glu::readPixels(m_context.getRenderContext(), 0, 0, resultSurface.getAccess()); in iterate() 1802 bool pass = tcu::RGBA::green() == resultSurface.getPixel(0, 0); in iterate()
|
D | glcInternalformatTests.cpp | 1044 tcu::Surface resultSurface(m_renderWidth, m_renderHeight); in iterate() local 1045 glu::readPixels(renderContext, 0, 0, resultSurface.getAccess()); in iterate() 1048 …zyCompare(m_testCtx.getLog(), "Result", "Image comparison result", referenceSurface, resultSurface, in iterate()
|