Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinengine.c58 g_dwEnginesSupported = WIN_SERVER_SHADOW_GDI; in winDetectSupportedEngines()
141 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()
157 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()
172 case WIN_SERVER_SHADOW_GDI: in winSetEngine()
195 if (g_dwEnginesSupported & WIN_SERVER_SHADOW_GDI) { in winSetEngine()
197 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()
H A Dwinscrinit.c167 if (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI) { in winScreenInit()
312 && (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI in winFinishScreenInitFB()
386 if ((pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI in winFinishScreenInitFB()
H A Dwincmap.c543 if (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap()
575 if (pScreenInfo->dwEngine != WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap()
H A Dwin.h103 #define WIN_SERVER_SHADOW_GDI 0x1L /* 1 */ macro