Home
last modified time | relevance | path

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

/reactos/dll/directx/ddraw/Ddraw/
H A Dddraw_setcooperativelevel.c30 …if ( cooplevel & (~(DDSCL_FPUPRESERVE | DDSCL_FPUSETUP | DDSCL_MULTITHREADED | DDSCL_CREATEDEVICEW… in Main_DirectDraw_SetCooperativeLevel()
45 if ((cooplevel & DDSCL_FPUSETUP) && (cooplevel & DDSCL_FPUPRESERVE)) in Main_DirectDraw_SetCooperativeLevel()
/reactos/dll/directx/wine/ddraw/
H A Dddraw.c822 | DDSCL_FPUSETUP in ddraw_set_cooperative_level()
1001 if (cooplevel & DDSCL_FPUSETUP) in ddraw_set_cooperative_level()
/reactos/sdk/include/psdk/
H A Dddraw.h542 #define DDSCL_FPUSETUP 0x00000800 macro