Searched refs:updateVertexBuffer (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | symbol_bucket.cpp | 60 … context.updateVertexBuffer(*text.opacityVertexBuffer, std::move(text.opacityVertices)); in upload() 79 … context.updateVertexBuffer(*icon.opacityVertexBuffer, std::move(icon.opacityVertices)); in upload() 93 …context.updateVertexBuffer(*collisionBox.dynamicVertexBuffer, std::move(collisionBox.dynamicVertic… in upload() 107 …context.updateVertexBuffer(*collisionCircle.dynamicVertexBuffer, std::move(collisionCircle.dynamic… in upload()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | context.hpp | 74 …void updateVertexBuffer(VertexBuffer<Vertex, DrawMode>& buffer, VertexVector<Vertex, DrawMode>&& v… in updateVertexBuffer() function in mbgl::gl::Context 76 updateVertexBuffer(buffer.buffer, v.data(), v.byteSize()); in updateVertexBuffer() 271 void updateVertexBuffer(UniqueBuffer& buffer, const void* data, std::size_t size);
|
| H A D | context.cpp | 253 void Context::updateVertexBuffer(UniqueBuffer& buffer, const void* data, std::size_t size) { in updateVertexBuffer() function in mbgl::gl::Context
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_symbol_layer.cpp | 148 …parameters.context.updateVertexBuffer(*bucket.icon.dynamicVertexBuffer, std::move(bucket.icon.dyna… in render() 209 …parameters.context.updateVertexBuffer(*bucket.text.dynamicVertexBuffer, std::move(bucket.text.dyna… in render()
|