Lines Matching refs:serverSurfaceCreated

210     QSignalSpy serverSurfaceCreated(m_serverCompositor,  in testStaticAccessor()
212 QVERIFY(serverSurfaceCreated.isValid()); in testStaticAccessor()
222 QVERIFY(serverSurfaceCreated.wait()); in testStaticAccessor()
223 auto serverSurface1 = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testStaticAccessor()
246 serverSurfaceCreated.clear(); in testStaticAccessor()
247 QVERIFY(serverSurfaceCreated.wait()); in testStaticAccessor()
248 auto serverSurface2 = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testStaticAccessor()
277 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testDamage() local
279 QVERIFY(serverSurfaceCreated.isValid()); in testDamage()
282 QVERIFY(serverSurfaceCreated.wait()); in testDamage()
283 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testDamage()
359 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testFrameCallback() local
361 QVERIFY(serverSurfaceCreated.isValid()); in testFrameCallback()
363 QVERIFY(serverSurfaceCreated.wait()); in testFrameCallback()
364 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testFrameCallback()
388 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testAttachBuffer() local
390 QVERIFY(serverSurfaceCreated.isValid()); in testAttachBuffer()
392 QVERIFY(serverSurfaceCreated.wait()); in testAttachBuffer()
393 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testAttachBuffer()
539 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testMultipleSurfaces() local
541 QVERIFY(serverSurfaceCreated.isValid()); in testMultipleSurfaces()
543 QVERIFY(serverSurfaceCreated.wait()); in testMultipleSurfaces()
544 auto serverSurface1 = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testMultipleSurfaces()
548 QVERIFY(serverSurfaceCreated.wait()); in testMultipleSurfaces()
549 auto serverSurface2 = serverSurfaceCreated.last().first().value<Wrapland::Server::Surface*>(); in testMultipleSurfaces()
618 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testOpaque() local
620 QVERIFY(serverSurfaceCreated.isValid()); in testOpaque()
622 QVERIFY(serverSurfaceCreated.wait()); in testOpaque()
623 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testOpaque()
675 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testInput() local
677 QVERIFY(serverSurfaceCreated.isValid()); in testInput()
679 QVERIFY(serverSurfaceCreated.wait()); in testInput()
680 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testInput()
739 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testScale() local
741 QVERIFY(serverSurfaceCreated.isValid()); in testScale()
745 QVERIFY(serverSurfaceCreated.wait()); in testScale()
746 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testScale()
866 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testUnmapOfNotMappedSurface() local
868 QVERIFY(serverSurfaceCreated.isValid()); in testUnmapOfNotMappedSurface()
870 QVERIFY(serverSurfaceCreated.wait()); in testUnmapOfNotMappedSurface()
871 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testUnmapOfNotMappedSurface()
891 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testDamageTracking() local
893 QVERIFY(serverSurfaceCreated.isValid()); in testDamageTracking()
895 QVERIFY(serverSurfaceCreated.wait()); in testDamageTracking()
896 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testDamageTracking()
956 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testSurfaceAt() local
958 QVERIFY(serverSurfaceCreated.isValid()); in testSurfaceAt()
960 QVERIFY(serverSurfaceCreated.wait()); in testSurfaceAt()
961 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testSurfaceAt()
991 QSignalSpy serverSurfaceCreated(m_serverCompositor, in testDestroyAttachedBuffer() local
993 QVERIFY(serverSurfaceCreated.isValid()); in testDestroyAttachedBuffer()
995 QVERIFY(serverSurfaceCreated.wait()); in testDestroyAttachedBuffer()
996 auto serverSurface = serverSurfaceCreated.first().first().value<Wrapland::Server::Surface*>(); in testDestroyAttachedBuffer()