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

/external/quake/quake/src/QW/client/
H A Dvid_x.c82 static Colormap x_cmap; variable
529 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll);
531 XSetWindowColormap(x_disp, x_win, x_cmap);
629 XStoreColors(x_disp, x_cmap, colors, 256);
/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp123 static Colormap x_cmap; variable
732 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll);
734 XSetWindowColormap(x_disp, x_win, x_cmap);
836 XStoreColors(x_disp, x_cmap, colors, 256);
H A Dvid_sunxil.cpp137 static Colormap x_cmap; variable
577 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll);
579 XSetWindowColormap(x_disp, x_win, x_cmap);
729 XStoreColors(x_disp, x_cmap, colors, 256);
H A Dvid_x.cpp76 static Colormap x_cmap; variable
604 x_cmap = XCreateColormap(x_disp, x_win, x_vis, AllocAll);
606 XSetWindowColormap(x_disp, x_win, x_cmap);
704 XStoreColors(x_disp, x_cmap, colors, 256);

Completed in 435 milliseconds