Searched refs:dwEngine (Results 1 – 6 of 6) sorted by relevance
141 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()157 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()168 pScreenInfo->dwEngine = pScreenInfo->dwEnginePreferred; in winSetEngine()171 switch (pScreenInfo->dwEngine) { in winSetEngine()187 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_DDNL; in winSetEngine()197 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI; in winSetEngine()
167 if (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI) { in winScreenInit()312 && (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI in winFinishScreenInitFB()313 || (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL in winFinishScreenInitFB()386 if ((pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI in winFinishScreenInitFB()387 || pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL) in winFinishScreenInitFB()
492 DWORD dwEngine = 0; in ddxProcessArgument() local502 dwEngine = atoi(argv[i]); in ddxProcessArgument()505 c8OnBits = winCountBits(dwEngine); in ddxProcessArgument()513 screenInfoPtr->dwEnginePreferred = dwEngine; in ddxProcessArgument()
543 if (pScreenInfo->dwEngine == WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap()575 if (pScreenInfo->dwEngine != WIN_SERVER_SHADOW_GDI) { in winCreateDefColormap()
163 && (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL)) { in winWindowProc()186 if (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL) { in winWindowProc()
385 DWORD dwEngine; member