Home | History | Annotate | Download | only in include

Lines Matching refs:GetClipPlane

1428     STDMETHOD(GetClipPlane)(THIS_ DWORD Index, float* pPlane) PURE;
1560 #define IDirect3DDevice9_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
1682 #define IDirect3DDevice9_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b)
1816 STDMETHOD(GetClipPlane)(THIS_ DWORD Index, float* pPlane) PURE;
1969 #define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->lpVtbl->GetClipPlane(p,a,b)
2107 #define IDirect3DDevice9Ex_GetClipPlane(p,a,b) (p)->GetClipPlane(a,b)