Searched refs:x_cmap (Results 1 – 4 of 4) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | vid_x.c | 82 static Colormap x_cmap; variable 529 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); in VID_Init() 531 XSetWindowColormap(x_disp, x_win, x_cmap); in VID_Init() 629 XStoreColors(x_disp, x_cmap, colors, 256); in VID_SetPalette()
|
/external/quake/quake/src/WinQuake/ |
D | vid_sunxil.cpp | 137 static Colormap x_cmap; variable 577 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); in VID_Init() 579 XSetWindowColormap(x_disp, x_win, x_cmap); in VID_Init() 729 XStoreColors(x_disp, x_cmap, colors, 256); in VID_SetPalette()
|
D | vid_x.cpp | 76 static Colormap x_cmap; variable 604 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); in VID_Init() 606 XSetWindowColormap(x_disp, x_win, x_cmap); in VID_Init() 704 XStoreColors(x_disp, x_cmap, colors, 256); in VID_SetPalette()
|
D | vid_sunx.cpp | 123 static Colormap x_cmap; variable 732 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll); in VID_Init() 734 XSetWindowColormap(x_disp, x_win, x_cmap); in VID_Init() 836 XStoreColors(x_disp, x_cmap, colors, 256); in VID_SetPalette()
|