Home | History | Annotate | Download | only in include

Lines Matching refs:PreLoad

1324     STDMETHOD(PreLoad)(THIS_ IDirectDrawSurface7 *surface) PURE;
1386 #define IDirect3DDevice7_PreLoad(p,a) (p)->lpVtbl->PreLoad(p,a)
1438 #define IDirect3DDevice7_PreLoad(p,a) (p)->PreLoad(a)