Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp68 const QSize fbSize = minSize * pixelRatio; in resize() local
71 … m_fbo.reset(new QOpenGLFramebufferObject(fbSize, QOpenGLFramebufferObject::CombinedDepthStencil)); in resize()
72 m_map->setFramebufferObject(m_fbo->handle(), fbSize); in resize()
81 fboTexture->setTextureSize(fbSize); in resize()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.h256 int *fbSize,
H A Ddri.c1601 int *fbSize, in DRIGetDeviceInfo() argument
1608 *fbSize = pDRIPriv->pDriverInfo->frameBufferSize; in DRIGetDeviceInfo()