Home | History | Annotate | Download | only in include

Lines Matching refs:PreLoad

349     STDMETHOD_(void,PreLoad)(THIS) PURE;
366 #define IDirect3DResource8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
380 #define IDirect3DResource8_PreLoad(p) (p)->PreLoad()
401 STDMETHOD_(void,PreLoad)(THIS) PURE;
422 #define IDirect3DVertexBuffer8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
440 #define IDirect3DVertexBuffer8_PreLoad(p) (p)->PreLoad()
465 STDMETHOD_(void,PreLoad)(THIS) PURE;
486 #define IDirect3DIndexBuffer8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
504 #define IDirect3DIndexBuffer8_PreLoad(p) (p)->PreLoad()
529 STDMETHOD_(void,PreLoad)(THIS) PURE;
550 #define IDirect3DBaseTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
568 #define IDirect3DBaseTexture8_PreLoad(p) (p)->PreLoad()
593 STDMETHOD_(void,PreLoad)(THIS) PURE;
620 #define IDirect3DCubeTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
644 #define IDirect3DCubeTexture8_PreLoad(p) (p)->PreLoad()
675 STDMETHOD_(void,PreLoad)(THIS) PURE;
702 #define IDirect3DTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
726 #define IDirect3DTexture8_PreLoad(p) (p)->PreLoad()
757 STDMETHOD_(void,PreLoad)(THIS) PURE;
784 #define IDirect3DVolumeTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
808 #define IDirect3DVolumeTexture8_PreLoad(p) (p)->PreLoad()