Home
last modified time | relevance | path

Searched refs:pushGroupMarkerEXT (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.cpp14 } else if (debugging->pushGroupMarkerEXT) { in DebugGroup()
15 MBGL_CHECK_ERROR(debugging->pushGroupMarkerEXT(GLsizei(name.size() + 1), name.c_str())); in DebugGroup()
H A Ddebugging_extension.hpp80 pushGroupMarkerEXT(
102 const GLchar* marker)> pushGroupMarkerEXT; member in mbgl::gl::extension::Debugging