Home
last modified time | relevance | path

Searched refs:Overdraw (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.cpp30 …programs((debugOptions & MapDebugOptions::Overdraw) ? staticData_.overdrawPrograms : staticData_.p… in PaintParameters()
83 if (debugOptions & MapDebugOptions::Overdraw) { in colorModeForRenderPass()
H A Drender_pass.hpp32 Overdraw = true, enumerator
H A Drenderer_impl.cpp470 if (parameters.debugOptions & MapDebugOptions::Overdraw) { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp39 Overdraw = 1 << 5, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp716 else if (impl->debugOptions & MapDebugOptions::Overdraw) in cycleDebugOptions()
719 if (impl->debugOptions & MapDebugOptions::Overdraw) in cycleDebugOptions()
723 impl->debugOptions = MapDebugOptions::Overdraw; in cycleDebugOptions()