Home
last modified time | relevance | path

Searched defs:onResourceError (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dobserver.hpp16 virtual void onResourceError(std::exception_ptr) {} in onResourceError() function in mbgl::style::Observer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer_observer.hpp20 virtual void onResourceError(std::exception_ptr) {} in onResourceError() function in mbgl::RendererObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_renderer_observer.hpp28 void onResourceError(std::exception_ptr err) final { in onResourceError() function in QMapboxGLRendererObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp811 void Map::Impl::onResourceError(std::exception_ptr error) { in onResourceError() function in mbgl::Map::Impl