Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp74 QSGPlainTexture *fboTexture = static_cast<QSGPlainTexture *>(texture()); in resize() local
75 if (!fboTexture) { in resize()
76 fboTexture = new QSGPlainTexture; in resize()
77 fboTexture->setHasAlphaChannel(true); in resize()
80 fboTexture->setTextureId(m_fbo->texture()); in resize()
81 fboTexture->setTextureSize(fbSize); in resize()
84 setTexture(fboTexture); in resize()