Searched defs:color_mask (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_gdi.c289 static int get_shift(DWORD color_mask) { argument
291 while (color_mask > 0xFF) {
292 color_mask >>= 1;
295 while ((color_mask & 0x80) == 0) {
296 color_mask <<= 1;
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dmga_drm.h373 unsigned int color_mask; member in struct:drm_mga_clear
H A Dr128_drm.h256 unsigned int color_mask; member in struct:drm_r128_clear
H A Dradeon_drm.h607 unsigned int color_mask; member in struct:drm_radeon_clear

Completed in 42 milliseconds