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 D | context.hpp | 138 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 D | context.cpp | 533 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 D | line_atlas.cpp | 135 context.updateTexture(*texture, image, unit); in upload()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | image_manager.cpp | 173 context.updateTexture(*atlasTexture, atlasImage, unit); in upload()
|