Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dddraw.h16 #define ICOM_CALL_( xfn, p, args) (p)->lpVtbl->xfn args macro
1222 #define IDirectDrawPalette_QueryInterface(p,a,b) ICOM_CALL_(QueryInterface,p,(p,a,b))
1223 #define IDirectDrawPalette_AddRef(p) ICOM_CALL_(AddRef,p,(p))
1224 #define IDirectDrawPalette_Release(p) ICOM_CALL_(Release,p,(p))
1226 #define IDirectDrawPalette_GetCaps(p,a) ICOM_CALL_(GetCaps,p,(p,a))
1227 #define IDirectDrawPalette_GetEntries(p,a,b,c,d) ICOM_CALL_(GetEntries,p,(p,a,b,c,d))
1228 #define IDirectDrawPalette_Initialize(p,a,b,c) ICOM_CALL_(Initialize,p,(p,a,b,c))
1229 #define IDirectDrawPalette_SetEntries(p,a,b,c,d) ICOM_CALL_(SetEntries,p,(p,a,b,c,d))
1250 #define IDirectDrawClipper_QueryInterface(p,a,b) ICOM_CALL_(QueryInterface,p,(p,a,b))
1251 #define IDirectDrawClipper_AddRef(p) ICOM_CALL_(AddRef,p,(p))
[all …]