Home
last modified time | relevance | path

Searched refs:setStencilMode (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.cpp63 glContext.setStencilMode(gl::StencilMode::disabled()); in render()
H A Drender_fill_extrusion_layer.cpp68 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp131 context.setStencilMode(stencilMode); in draw()
H A Dcontext.hpp173 void setStencilMode(const StencilMode&);
H A Dcontext.cpp707 void Context::setStencilMode(const StencilMode& stencil) { in setStencilMode() function in mbgl::gl::Context
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp526 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render()
609 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render()