Home
last modified time | relevance | path

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

/reactos/dll/directx/ddraw/Vtable/
H A DDirectDraw4_Vtable.c165 Main_DirectDraw_TestCooperativeLevel(LPDIRECTDRAW4 iface);
203 Main_DirectDraw_TestCooperativeLevel,
H A DDirectDraw7_Vtable.c169 Main_DirectDraw_TestCooperativeLevel(LPDIRECTDRAW7 iface);
218 Main_DirectDraw_TestCooperativeLevel,
/reactos/dll/directx/ddraw/Ddraw/
H A Dddraw_stubs.c117 HRESULT WINAPI Main_DirectDraw_TestCooperativeLevel(LPDDRAWI_DIRECTDRAW_INT This) in Main_DirectDraw_TestCooperativeLevel() function
H A Dddraw.h193 Main_DirectDraw_TestCooperativeLevel(LPDDRAWI_DIRECTDRAW_INT This);
/reactos/dll/directx/ddraw/thunks/
H A Dddraw_thunk.c803 return Main_DirectDraw_TestCooperativeLevel((LPDIRECTDRAW7) iface); in ThunkDirectDraw4_TestCooperativeLevel()