Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dxtestext1const.h139 #define XTestY_MOTION_MASK 0xf0 macro
142 #define XTestPackYMotionValue(x) (((x) << 4) & XTestY_MOTION_MASK)
145 #define XTestUnpackYMotionValue(x) (((x) & XTestY_MOTION_MASK) >> 4)