Home
last modified time | relevance | path

Searched refs:debugMessageControl (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 Ddebugging_extension.hpp85 debugMessageControl(
112 GLboolean enabled)> debugMessageControl; member in mbgl::gl::extension::Debugging
H A Dcontext.cpp155 if (!debugging || !debugging->debugMessageControl || !debugging->debugMessageCallback) { in enableDebugging()
163 …MBGL_CHECK_ERROR(debugging->debugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_HIGH… in enableDebugging()
164 …MBGL_CHECK_ERROR(debugging->debugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_MEDI… in enableDebugging()
165 …MBGL_CHECK_ERROR(debugging->debugMessageControl(GL_DONT_CARE, GL_DONT_CARE, GL_DEBUG_SEVERITY_NOTI… in enableDebugging()