Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinengine.c62 LPDIRECTDRAW lpdd = NULL; in winDetectSupportedEngines() local
74 ddrval = (*g_fpDirectDrawCreate) (NULL, (void **) &lpdd, NULL); in winDetectSupportedEngines()
83 ddrval = IDirectDraw_QueryInterface(lpdd, in winDetectSupportedEngines()
96 if (lpdd != NULL) in winDetectSupportedEngines()
97 IDirectDraw_Release(lpdd); in winDetectSupportedEngines()