Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp76 m_texture(0), in GLWidget()
93 delete m_texture; in ~GLWidget()
150 m_texture->bind(); in paintTexturedCube()
239 m_texture = new QOpenGLTexture(QImage(":/qt.png")); in initializeGL()
H A Dglwidget.h116 QOpenGLTexture *m_texture; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp76 m_texture(0), in GLWidget()
93 delete m_texture; in ~GLWidget()
150 m_texture->bind(); in paintTexturedCube()
239 m_texture = new QOpenGLTexture(QImage(":/qt.png")); in initializeGL()
H A Dglwidget.h116 QOpenGLTexture *m_texture; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch207 + glGetIntegerv(GL_TEXTURE_BINDING_2D, (GLint *) &m_texture);
236 + glBindTexture(GL_TEXTURE_2D, m_texture);
269 + GLuint m_texture;
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwayland/
H A D0001-Fix-vulkan-buffer-formats-for-GLES2.patch60 return m_texture;