Searched refs:IDirectDraw_GetCaps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddraw.h1377 #define IDirectDraw_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) macro
1403 #define IDirectDraw_GetCaps(p,a,b) (p)->GetCaps(a,b) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddraw.h1365 #define IDirectDraw_GetCaps(p,a,b) (p)->lpVtbl->GetCaps(p,a,b) macro
1391 #define IDirectDraw_GetCaps(p,a,b) (p)->GetCaps(a,b) macro

Completed in 82 milliseconds