Home
last modified time | relevance | path

Searched refs:updateTexture (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp138 void updateTexture(Texture& obj, in updateTexture() function in mbgl::gl::Context
143 updateTexture(obj.texture.get(), image.size, image.data.get(), format, unit, type); in updateTexture()
275 …void updateTexture(TextureID, Size size, const void* data, TextureFormat, TextureUnit, TextureType…
H A Dcontext.cpp533 updateTexture(obj, size, data, format, unit, type); in createTexture()
543 void Context::updateTexture( in updateTexture() function in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp135 context.updateTexture(*texture, image, unit); in upload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp173 context.updateTexture(*atlasTexture, atlasImage, unit); in upload()