Home
last modified time | relevance | path

Searched refs:StencilClip (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp42 StencilClip = 1 << 6, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp714 if (impl->debugOptions & MapDebugOptions::StencilClip) in cycleDebugOptions()
717 impl->debugOptions = MapDebugOptions::StencilClip; in cycleDebugOptions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp525 if (parameters.debugOptions & MapDebugOptions::StencilClip) { in render()