Home
last modified time | relevance | path

Searched refs:m_fbo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp71m_fbo.reset(new QOpenGLFramebufferObject(fbSize, QOpenGLFramebufferObject::CombinedDepthStencil)); in resize()
72 m_map->setFramebufferObject(m_fbo->handle(), fbSize); in resize()
80 fboTexture->setTextureId(m_fbo->texture()); in resize()
95 f->glViewport(0, 0, m_fbo->width(), m_fbo->height()); in render()
100 m_fbo->bind(); in render()
107 m_fbo->release(); in render()
H A Dqsgmapboxglnode.h63 QScopedPointer<QOpenGLFramebufferObject> m_fbo; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_renderer_backend.cpp21 setFramebufferBinding(m_fbo); in bind()
32 m_fbo = fbo; in updateFramebuffer()
H A Dqmapboxgl_renderer_backend.hpp30 quint32 m_fbo = 0; member in QMapboxGLRendererBackend
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch208 + glGetIntegerv(GL_FRAMEBUFFER_BINDING, (GLint *) &m_fbo);
237 + glFuncs.glBindFramebuffer(GL_FRAMEBUFFER, m_fbo);
270 + GLuint m_fbo;