Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsMemoryStressCase.hpp50 int minTextureSize; member
61 …estCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextur…
H A DglsMemoryStressCase.cpp585 int width = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture()
586 int height = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture()
819 …t& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextur… in MemoryStressCase() argument
830 m_config.minTextureSize = minTextureSize; in MemoryStressCase()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp50 static const QSize minTextureSize = QSize(64, 64); variable
58 m_map.reset(new QMapboxGL(nullptr, settings, size.expandedTo(minTextureSize), pixelRatio)); in QSGMapboxGLTextureNode()
67 const QSize& minSize = size.expandedTo(minTextureSize); in resize()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3ditem2d.cpp173 const QSize minTextureSize = sourcePrivate->sceneGraphContext()->minimumFBOSize(); in updateSpatialNode() local
175 while (textureSize.width() < minTextureSize.width()) in updateSpatialNode()
177 while (textureSize.height() < minTextureSize.height()) in updateSpatialNode()
H A Dqquick3dtexture.cpp709 … const QSize minTextureSize = sourcePrivate->sceneGraphContext()->minimumFBOSize(); in updateSpatialNode() local
710 while (textureSize.width() < minTextureSize.width()) in updateSpatialNode()
712 while (textureSize.height() < minTextureSize.height()) in updateSpatialNode()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DFontTexture.cpp94 const size_t minTextureSize = margin + cellCount * (cellSize + margin); in computeTextureSize() local
96 while (textureSize < minTextureSize) in computeTextureSize()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickshadereffectsource.cpp707 const QSize minTextureSize = d->sceneGraphContext()->minimumFBOSize(); in updatePaintNode() local
709 while (textureSize.width() < minTextureSize.width()) in updatePaintNode()
711 while (textureSize.height() < minTextureSize.height()) in updatePaintNode()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickshadereffectsource.cpp707 const QSize minTextureSize = d->sceneGraphContext()->minimumFBOSize(); in updatePaintNode() local
709 while (textureSize.width() < minTextureSize.width()) in updatePaintNode()
711 while (textureSize.height() < minTextureSize.height()) in updatePaintNode()