Home
last modified time | relevance | path

Searched refs:PixelTransferStencil (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp467 const constexpr PixelTransferStencil::Type PixelTransferStencil::Default;
469 void PixelTransferStencil::Set(const Type& value) { in Set()
474 PixelTransferStencil::Type PixelTransferStencil::Get() { in Get()
H A Dvalue.hpp316 struct PixelTransferStencil { struct
326 constexpr bool operator!=(const PixelTransferStencil::Type& a, const PixelTransferStencil::Type& b)… in operator !=()
H A Dcontext.hpp240 State<value::PixelTransferStencil> pixelTransferStencil;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp532 parameters.context.pixelTransferStencil = gl::value::PixelTransferStencil::Default; in render()