Home
last modified time | relevance | path

Searched defs:vis (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c214 XVisualInfo *vis, template; in GetGLXVisualConfigs() local
481 XVisualInfo *vis, template; in GetGLXFBConfigs() local
H A Ddmx.c550 xRectangle *pos, xRectangle *vis) in dmxPopulatePanoramiX()
581 CARD32 *windows, xRectangle *pos, xRectangle *vis) in dmxPopulate()
620 xRectangle *pos, *vis; in ProcDMXGetWindowAttributes() local
H A Ddmxextension.h67 xRectangle vis; member
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxwininfo.c109 Visual *vis; in main() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c175 #define NUMRED(vis) ((vis->redMask >> vis->offsetRed) + 1) argument
176 #define NUMGREEN(vis) ((vis->greenMask >> vis->offsetGreen) + 1) argument
177 #define NUMBLUE(vis) ((vis->blueMask >> vis->offsetBlue) + 1) argument
179 #define ALPHAMASK(vis) ((vis)->nplanes < 32 ? 0 : \ argument
182 #define ALPHAMASK(vis) 0 argument
185 #define RGBMASK(vis) (vis->redMask | vis->greenMask | vis->blueMask | ALPHAMASK(vis)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_unary.hpp103 static Visitor& vis() BOOST_NOEXCEPT { in vis() function
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c538 VisualPtr vis; in CompositeExtensionInit() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_switch_detector.hpp186 std::set<signed_size_type> vis = visited; in get_isolation() local