Searched refs:winCreateDefColormap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinscrinit.c341 /* KDrive does winCreateDefColormap right after miDCInitialize */
344 winDebug("winFinishScreenInitFB - Calling winCreateDefColormap ()\n");
346 if (!winCreateDefColormap(pScreen)) {
H A Dwincmap.c487 winCreateDefColormap(ScreenPtr pScreen) function in typeref:typename:Bool
497 winDebug("winCreateDefColormap\n");
502 winDebug("winCreateDefColormap - Deferring to "
518 winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap);
528 ErrorF("winCreateDefColormap - CreateColormap failed\n");
532 ErrorF("winCreateDefColormap - Colormap could not be created\n");
537 winDebug("winCreateDefColormap - Created a colormap\n");
546 ErrorF("winCreateDefColormap - Couldn't get DIB colors\n");
553 ErrorF("winCreateDefColormap - Couldn't get colors "
566 ErrorF("winCreateDefColormap
[all...]
H A Dwin.h698 winCreateDefColormap(ScreenPtr pScreen);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c539 winCreateDefColormap (ScreenPtr pScreen) function in typeref:typename:Bool
549 winDebug ("winCreateDefColormap\n");
555 winDebug ("winCreateDefColormap - Deferring to " \
571 winDebug ("winCreateDefColormap - defColormap: %d\n",
583 ErrorF ("winCreateDefColormap - CreateColormap failed\n");
588 ErrorF ("winCreateDefColormap - Colormap could not be created\n");
593 winDebug ("winCreateDefColormap - Created a colormap\n");
605 ErrorF ("winCreateDefColormap - Couldn't get DIB colors\n");
614 ErrorF ("winCreateDefColormap - Couldn't get colors "
632 ErrorF ("winCreateDefColormap
[all...]
H A Dwinscrinit.c405 /* KDrive does winCreateDefColormap right after miDCInitialize */
408 winDebug ("winFinishScreenInitFB - Calling winCreateDefColormap ()\n");
410 if (!winCreateDefColormap (pScreen))
H A Dwin.h837 winCreateDefColormap (ScreenPtr pScreen);

Completed in 54 milliseconds