Searched defs:RROP_UNROLL (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbrrop.h315 #define RROP_UNROLL (1<<RROP_UNROLL_SHIFT) macro
316 #define RROP_UNROLL_MASK (RROP_UNROLL-1)
326 (pdst) += RROP_UNROLL * (sizeof (CfbBits) / sizeof (*pdst)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbrrop.h315 #define RROP_UNROLL (1<<RROP_UNROLL_SHIFT) macro
316 #define RROP_UNROLL_MASK (RROP_UNROLL-1)
326 (pdst) += RROP_UNROLL * (sizeof (CfbBits) / sizeof (*pdst)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbrrop.h316 #define RROP_UNROLL (1<<RROP_UNROLL_SHIFT) macro
317 #define RROP_UNROLL_MASK (RROP_UNROLL-1)
327 (pdst) += RROP_UNROLL * (sizeof (CfbBits) / sizeof (*pdst)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbrrop.h317 #define RROP_UNROLL (1<<RROP_UNROLL_SHIFT) macro
318 #define RROP_UNROLL_MASK (RROP_UNROLL-1)
328 (pdst) += RROP_UNROLL * (sizeof (CfbBits) / sizeof (*pdst)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbrrop.h316 #define RROP_UNROLL (1<<RROP_UNROLL_SHIFT) macro
317 #define RROP_UNROLL_MASK (RROP_UNROLL-1)
327 (pdst) += RROP_UNROLL * (sizeof (CfbBits) / sizeof (*pdst)); \

Completed in 49 milliseconds