Searched refs:glyphAtlasTexture (Results 1 – 3 of 3) sorted by relevance
135 optional<gl::Texture> glyphAtlasTexture; member in mbgl::GeometryTile
183 glyphAtlasTexture = context.createTexture(*glyphAtlasImage, 0); in upload()
192 … parameters.context.bindTexture(*geometryTile.glyphAtlasTexture, 0, gl::TextureFilter::Linear); in render()212 const Size texsize = geometryTile.glyphAtlasTexture->size; in render()