Home
last modified time | relevance | path

Searched refs:m_blurManagerInterface (Results 1 – 6 of 6) sorted by relevance

/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_filter.cpp44 KWayland::Server::BlurManagerInterface *m_blurManagerInterface; member in TestFilter
92 m_blurManagerInterface = m_display->createBlurManager(m_display); in init()
93 m_blurManagerInterface->create(); in init()
94 QVERIFY(m_blurManagerInterface->isValid()); in init()
H A Dtest_wayland_blur.cpp39 KWayland::Server::BlurManagerInterface *m_blurManagerInterface; member in TestBlur
110 m_blurManagerInterface = m_display->createBlurManager(m_display); in init()
111 m_blurManagerInterface->create(); in init()
112 QVERIFY(m_blurManagerInterface->isValid()); in init()
139 CLEANUP(m_blurManagerInterface) in cleanup()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_wayland_blur.cpp37 KWaylandServer::BlurManagerInterface *m_blurManagerInterface; member in TestBlur
103 m_blurManagerInterface = new BlurManagerInterface(m_display, m_display); in init()
133 m_blurManagerInterface = nullptr; in cleanup()
H A Dtest_wayland_filter.cpp41 KWaylandServer::BlurManagerInterface *m_blurManagerInterface; member in TestFilter
86 m_blurManagerInterface = new BlurManagerInterface(m_display, m_display); in init()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dblur.cpp53 Wrapland::Server::BlurManager* m_blurManagerInterface; member in TestBlur
123 m_blurManagerInterface = m_display->createBlurManager(m_display); in init()
151 CLEANUP(m_blurManagerInterface) in cleanup()
H A Dfilter.cpp57 Wrapland::Server::BlurManager* m_blurManagerInterface; member in TestFilter
102 m_blurManagerInterface = m_display->createBlurManager(m_display); in init()