Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp136 optional<gl::Texture> iconAtlasTexture; member in mbgl::GeometryTile
H A Dgeometry_tile.cpp188 iconAtlasTexture = context.createTexture(*iconAtlasImage, 0); in upload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp154 parameters.context.bindTexture(*geometryTile.iconAtlasTexture, 0, in render()
158 const Size texsize = geometryTile.iconAtlasTexture->size; in render()