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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h141 typedef struct D3DXMATRIX : public D3DMATRIX struct in inherits:D3DMATRIX
143 D3DXMATRIX();
144 D3DXMATRIX(const FLOAT *pf);
145 D3DXMATRIX(const D3DMATRIX& mat);
146 D3DXMATRIX(FLOAT f11, FLOAT f12, FLOAT f13, FLOAT f14,
157 D3DXMATRIX& operator *= (const D3DXMATRIX&);
158 D3DXMATRIX& operator += (const D3DXMATRIX&);
159 D3DXMATRIX
176 } D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:D3DXMATRIX
178 typedef struct _D3DMATRIX D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:_D3DMATRIX
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h143 typedef struct D3DXMATRIX : public D3DMATRIX struct in inherits:D3DMATRIX
145 D3DXMATRIX();
146 D3DXMATRIX(CONST FLOAT *pf);
147 D3DXMATRIX(CONST D3DMATRIX& mat);
148 D3DXMATRIX(FLOAT f11, FLOAT f12, FLOAT f13, FLOAT f14,
159 D3DXMATRIX& operator *= (CONST D3DXMATRIX&);
160 D3DXMATRIX& operator += (CONST D3DXMATRIX&);
161 D3DXMATRIX
178 } D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:D3DXMATRIX
180 typedef struct _D3DMATRIX D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:_D3DMATRIX
[all...]
H A Dd3dx9math.h140 typedef struct D3DXMATRIX : public D3DMATRIX struct in inherits:D3DMATRIX
142 D3DXMATRIX();
143 D3DXMATRIX(CONST FLOAT *pf);
144 D3DXMATRIX(CONST D3DMATRIX& mat);
145 D3DXMATRIX(FLOAT f11, FLOAT f12, FLOAT f13, FLOAT f14,
156 D3DXMATRIX& operator *= (CONST D3DXMATRIX&);
157 D3DXMATRIX& operator += (CONST D3DXMATRIX&);
158 D3DXMATRIX
175 } D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:D3DXMATRIX
177 typedef struct _D3DMATRIX D3DXMATRIX, *LPD3DXMATRIX; typedef in typeref:struct:_D3DMATRIX
[all...]

Completed in 45 milliseconds