Home
last modified time | relevance | path

Searched refs:onResourceError (Results 1 – 6 of 6) sorted by relevance

/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
29 delegate.invoke(&mbgl::RendererObserver::onResourceError, err); in onResourceError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp67 … observer->onResourceError(std::make_exception_ptr(std::runtime_error(res.error->message))); in loadURL()
83 observer->onResourceError(error); in parse()
304 observer->onResourceError(error); in onSourceError()
326 observer->onResourceError(error); in onSpriteError()
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/src/mbgl/map/
H A Dmap.cpp60 void onResourceError(std::exception_ptr) override;
811 void Map::Impl::onResourceError(std::exception_ptr error) { in onResourceError() function in mbgl::Map::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp854 observer->onResourceError(error); in onGlyphsError()
860 observer->onResourceError(error); in onTileError()