Home
last modified time | relevance | path

Searched refs:m_viewport (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch209 + glGetIntegerv(GL_VIEWPORT, m_viewport);
238 + glViewport(m_viewport[0], m_viewport[1], m_viewport[2], m_viewport[3]);
277 + GLint m_viewport[4];
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.h77 QGeoRectangle m_viewport; variable
H A Dtst_qgeolocation.cpp59 QCOMPARE(m_location.boundingBox(), m_viewport); in constructor()