Home
last modified time | relevance | path

Searched refs:abandonedBuffers (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dobject.cpp22 context->abandonedBuffers.push_back(id); in operator ()()
H A Dcontext.cpp759 if (!abandonedBuffers.empty()) { in performCleanup()
760 for (const auto id : abandonedBuffers) { in performCleanup()
767 MBGL_CHECK_ERROR(glDeleteBuffers(int(abandonedBuffers.size()), abandonedBuffers.data())); in performCleanup()
768 abandonedBuffers.clear(); in performCleanup()
H A Dcontext.hpp192 && abandonedBuffers.empty() in empty()
297 std::vector<BufferID> abandonedBuffers; member in mbgl::gl::Context