Home
last modified time | relevance | path

Searched defs:D3DXMATRIX (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9math.h133 typedef struct D3DXMATRIX : public D3DMATRIX struct
161 D3DXMATRIX operator * (FLOAT) const; argument
168 } D3DXMATRIX, *LPD3DXMATRIX; typedef
170 typedef struct _D3DMATRIX D3DXMATRIX, *LPD3DXMATRIX; typedef
435 STDMETHOD_(D3DXMATRIX*, GetTop)(THIS) PURE; in DECLARE_INTERFACE_() local
Dd3dx9math.inl351 inline D3DXMATRIX::D3DXMATRIX() function in D3DXMATRIX
355 inline D3DXMATRIX::D3DXMATRIX(const FLOAT *pf) function in D3DXMATRIX
361 inline D3DXMATRIX::D3DXMATRIX(const D3DMATRIX& mat) function in D3DXMATRIX
366 inline D3DXMATRIX::D3DXMATRIX(FLOAT f11, FLOAT f12, FLOAT f13, FLOAT f14, function in D3DXMATRIX
Dd3dx9mesh.h537 STDMETHOD_(D3DXMATRIX *, GetBoneOffsetMatrix)(THIS_ DWORD bone) PURE; in DECLARE_INTERFACE_() local