Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Doffscreen_texture.cpp47 gl::Texture& getTexture() { in getTexture() function in mbgl::OffscreenTexture::Impl
90 gl::Texture& OffscreenTexture::getTexture() { in getTexture() function in mbgl::OffscreenTexture
91 return impl->getTexture(); in getTexture()
H A Doffscreen_texture.hpp29 gl::Texture& getTexture();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp135 parameters.context.bindTexture(renderTexture->getTexture(), 0, gl::TextureFilter::Linear); in render()
H A Drender_fill_extrusion_layer.cpp157 parameters.context.bindTexture(renderTexture->getTexture()); in render()
H A Drender_hillshade_layer.cpp170 bucket.texture = std::move(view.getTexture()); in render()