Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dgl.hpp15 void checkError(const char *cmd, const char *file, int line);
18 …&]() { struct __MBGL_C_E { ~__MBGL_C_E() noexcept(false) { ::mbgl::gl::checkError(#cmd, __FILE__, …
H A Dgl.cpp54 void checkError(const char* cmd, const char* file, int line) { in checkError() function