Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.cpp62 glContext.setDepthMode(paintParameters.depthModeForSublayer(0, gl::DepthMode::ReadOnly)); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp130 context.setDepthMode(depthMode); in draw()
H A Dcontext.hpp172 void setDepthMode(const DepthMode&);
H A Dcontext.cpp689 void Context::setDepthMode(const DepthMode& depth) { in setDepthMode() function in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp527 parameters.context.setDepthMode(gl::DepthMode::disabled()); in render()
610 parameters.context.setDepthMode(gl::DepthMode::disabled()); in render()