Home | History | Annotate | Download | only in include

Lines Matching refs:GetMatrix

958     STDMETHOD(GetMatrix)(THIS_ D3DMATRIXHANDLE handle, D3DMATRIX *matrix) PURE;
986 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->lpVtbl->GetMatrix(p,a,b)
1011 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->GetMatrix(a,b)