| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | stencil_mode.cpp | 8 static_assert(StencilMode::Never::func == GL_NEVER, "OpenGL enum mismatch"); 9 static_assert(StencilMode::Less::func == GL_LESS, "OpenGL enum mismatch"); 10 static_assert(StencilMode::Equal::func == GL_EQUAL, "OpenGL enum mismatch"); 11 static_assert(StencilMode::LessEqual::func == GL_LEQUAL, "OpenGL enum mismatch"); 12 static_assert(StencilMode::Greater::func == GL_GREATER, "OpenGL enum mismatch"); 13 static_assert(StencilMode::NotEqual::func == GL_NOTEQUAL, "OpenGL enum mismatch"); 14 static_assert(StencilMode::GreaterEqual::func == GL_GEQUAL, "OpenGL enum mismatch"); 15 static_assert(StencilMode::Always::func == GL_ALWAYS, "OpenGL enum mismatch"); 17 static_assert(underlying_type(StencilMode::Keep) == GL_KEEP, "OpenGL enum mismatch"); 18 static_assert(underlying_type(StencilMode::Zero) == GL_ZERO, "OpenGL enum mismatch"); [all …]
|
| H A D | value.hpp | 67 static const constexpr Type Default = { StencilMode::Always::func, 0, ~0u }; 85 StencilMode::Op sfail; 86 StencilMode::Op dpfail; 87 StencilMode::Op dppass; 89 … static const constexpr Type Default = { StencilMode::Keep, StencilMode::Keep, StencilMode::Keep };
|
| H A D | stencil_mode.hpp | 8 class StencilMode { class 60 static StencilMode disabled() { in disabled() 61 return StencilMode { Always(), 0, 0, Keep, Keep, Keep }; in disabled()
|
| H A D | value.cpp | 126 return { static_cast<StencilMode::Op>(sfail), static_cast<StencilMode::Op>(dpfail), in Get() 127 static_cast<StencilMode::Op>(dppass) }; in Get()
|
| H A D | program.hpp | 119 StencilMode stencilMode, in draw()
|
| H A D | context.hpp | 173 void setStencilMode(const StencilMode&);
|
| H A D | context.cpp | 707 void Context::setStencilMode(const StencilMode& stencil) { in setStencilMode() 708 if (stencil.test.is<StencilMode::Always>() && !stencil.mask) { in setStencilMode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | paint_parameters.cpp | 71 gl::StencilMode PaintParameters::stencilModeForClipping(const ClipID& id) const { in stencilModeForClipping() 72 return gl::StencilMode { in stencilModeForClipping() 73 gl::StencilMode::Equal { static_cast<uint32_t>(id.mask.to_ulong()) }, in stencilModeForClipping() 76 gl::StencilMode::Keep, in stencilModeForClipping() 77 gl::StencilMode::Keep, in stencilModeForClipping() 78 gl::StencilMode::Replace in stencilModeForClipping()
|
| H A D | renderer_impl.cpp | 494 gl::StencilMode { in render() 495 gl::StencilMode::Always(), in render() 498 gl::StencilMode::Keep, in render() 499 gl::StencilMode::Keep, in render() 500 gl::StencilMode::Replace in render() 526 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render() 609 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render()
|
| H A D | paint_parameters.hpp | 62 gl::StencilMode stencilModeForClipping(const ClipID&) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_fill_extrusion_layer.cpp | 68 parameters.context.setStencilMode(gl::StencilMode::disabled()); in render() 92 gl::StencilMode::disabled(), in render() 191 gl::StencilMode::disabled(), in render()
|
| H A D | render_heatmap_layer.cpp | 96 : gl::StencilMode::disabled(); in render() 171 gl::StencilMode::disabled(), in render()
|
| H A D | render_hillshade_layer.cpp | 102 gl::StencilMode::disabled(), in render() 162 gl::StencilMode::disabled(), in render()
|
| H A D | render_symbol_layer.cpp | 119 gl::StencilMode::disabled(), in render() 251 gl::StencilMode::disabled(), in render() 285 gl::StencilMode::disabled(), in render()
|
| H A D | render_custom_layer.cpp | 63 glContext.setStencilMode(gl::StencilMode::disabled()); in render()
|
| H A D | render_background_layer.cpp | 72 gl::StencilMode::disabled(), in render()
|
| H A D | render_raster_layer.cpp | 116 gl::StencilMode::disabled(), in render()
|
| H A D | render_circle_layer.cpp | 103 : gl::StencilMode::disabled(), in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | collision_box_program.hpp | 62 gl::StencilMode stencilMode, in draw() 141 gl::StencilMode stencilMode, in draw()
|
| H A D | program.hpp | 74 gl::StencilMode stencilMode, in draw()
|
| H A D | symbol_program.hpp | 312 gl::StencilMode stencilMode, in draw()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 68 gl::StencilMode::disabled(), in finishRender()
|