Searched refs:D3DXPLANE (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9math.h214 typedef struct D3DXPLANE struct
217 D3DXPLANE();
218 D3DXPLANE(const FLOAT *pf);
219 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
224 D3DXPLANE operator + () const;
225 D3DXPLANE operator - () const;
227 BOOL operator == (const D3DXPLANE&) const;
228 BOOL operator != (const D3DXPLANE&) const;
231 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
319 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, const D3DXPLANE *pplan
[all...]
H A Dd3dx9math.inl638 inline D3DXPLANE::D3DXPLANE()
642 inline D3DXPLANE::D3DXPLANE(const FLOAT *pf)
651 inline D3DXPLANE::D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd)
659 inline D3DXPLANE::operator FLOAT* ()
664 inline D3DXPLANE::operator const FLOAT* () const
669 inline D3DXPLANE D3DXPLANE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx8math.h216 typedef struct D3DXPLANE struct
219 D3DXPLANE();
220 D3DXPLANE(CONST FLOAT *pf);
221 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
226 D3DXPLANE operator + () const;
227 D3DXPLANE operator - () const;
229 BOOL operator == (CONST D3DXPLANE&) const;
230 BOOL operator != (CONST D3DXPLANE&) const;
233 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
303 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, CONST D3DXPLANE *pplan
[all...]
H A Dd3dx9math.h213 typedef struct D3DXPLANE struct
216 D3DXPLANE();
217 D3DXPLANE(CONST FLOAT *pf);
218 D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd);
223 D3DXPLANE operator + () const;
224 D3DXPLANE operator - () const;
226 BOOL operator == (CONST D3DXPLANE&) const;
227 BOOL operator != (CONST D3DXPLANE&) const;
230 } D3DXPLANE, *LPD3DXPLANE; typedef in typeref:struct:D3DXPLANE
302 D3DXMATRIX* WINAPI D3DXMatrixReflect(D3DXMATRIX *pout, CONST D3DXPLANE *pplan
[all...]
H A Dd3dx8math.inl651 inline D3DXPLANE::D3DXPLANE()
655 inline D3DXPLANE::D3DXPLANE(CONST FLOAT *pf)
664 inline D3DXPLANE::D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd)
672 inline D3DXPLANE::operator FLOAT* ()
677 inline D3DXPLANE::operator CONST FLOAT* () const
682 inline D3DXPLANE D3DXPLANE
[all...]
H A Dd3dx9math.inl651 inline D3DXPLANE::D3DXPLANE()
655 inline D3DXPLANE::D3DXPLANE(CONST FLOAT *pf)
664 inline D3DXPLANE::D3DXPLANE(FLOAT fa, FLOAT fb, FLOAT fc, FLOAT fd)
672 inline D3DXPLANE::operator FLOAT* ()
677 inline D3DXPLANE::operator CONST FLOAT* () const
682 inline D3DXPLANE D3DXPLANE
[all...]

Completed in 48 milliseconds