Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dvid_x.c82 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/
Dvid_sunxil.cpp137 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()
Dvid_x.cpp76 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()
Dvid_sunx.cpp123 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()