Home
last modified time | relevance | path

Searched refs:DepthMask (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.cpp62 const constexpr DepthMask::Type DepthMask::Default;
64 void DepthMask::Set(const Type& value) { in Set()
68 DepthMask::Type DepthMask::Get() { in Get()
H A Dvalue.hpp47 struct DepthMask { struct
H A Dcontext.hpp253 State<value::DepthMask> depthMask;
H A Dcontext.cpp654 depthMask = value::DepthMask::Default; in clear()