HomeSort by relevance Sort by last modified time
    Searched refs:D3DVALUE (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 84 typedef float D3DVALUE,*LPD3DVALUE;
94 D3DVALUE x;
95 D3DVALUE dvX;
98 D3DVALUE y;
99 D3DVALUE dvY;
102 D3DVALUE z;
103 D3DVALUE dvZ;
110 _D3DVECTOR(D3DVALUE f);
111 _D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z)
    [all...]
d3dvec.inl 26 inline _D3DVECTOR::_D3DVECTOR(D3DVALUE f)
31 inline _D3DVECTOR::_D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z)
62 inline _D3DVECTOR& _D3DVECTOR::operator *= (D3DVALUE s)
68 inline _D3DVECTOR& _D3DVECTOR::operator /= (D3DVALUE s)
98 inline _D3DVECTOR operator * (const _D3DVECTOR& v, D3DVALUE s)
103 inline _D3DVECTOR operator * (D3DVALUE s, const _D3DVECTOR& v)
108 inline _D3DVECTOR operator / (const _D3DVECTOR& v, D3DVALUE s)
113 inline D3DVALUE SquareMagnitude(const _D3DVECTOR& v
    [all...]
d3drmdef.h 33 D3DVALUE x;
34 D3DVALUE y;
35 D3DVALUE z;
36 D3DVALUE w;
39 typedef D3DVALUE D3DRMMATRIX4D[4][4];
42 D3DVALUE s;
245 D3DVALUE dvPower;
399 D3DVALUE dvTime;
409 D3DVALUE dvK[4];
426 D3DVALUE tu
    [all...]
d3drm.h 70 STDMETHOD(CreateLightRGB)(THIS_ D3DRMLIGHTTYPE type, D3DVALUE r, D3DVALUE g, D3DVALUE b,
72 STDMETHOD(CreateMaterial)(THIS_ D3DVALUE power, IDirect3DRMMaterial **material) PURE;
83 D3DVALUE px, D3DVALUE py, D3DVALUE pz, D3DVALUE nx, D3DVALUE ny, D3DVALUE nz
    [all...]
d3dhal.h 70 D3DVALUE dvGuardBandLeft;
71 D3DVALUE dvGuardBandTop;
72 D3DVALUE dvGuardBandRight;
73 D3DVALUE dvGuardBandBottom;
74 D3DVALUE dvExtentsAdjust;
82 D3DVALUE dvMaxVertexW;
411 D3DVALUE dvState;
432 D3DVALUE dwWNear;
433 D3DVALUE dwWFar;
449 D3DVALUE dvMinZ
    [all...]
d3drmobj.h 159 typedef void (__cdecl *D3DRMFRAMEMOVECALLBACK)(struct IDirect3DRMFrame *frame, void *ctx, D3DVALUE delta);
160 typedef void (__cdecl *D3DRMFRAME3MOVECALLBACK)(struct IDirect3DRMFrame3 *frame, void *ctx, D3DVALUE delta);
186 D3DVALUE tu;
187 D3DVALUE tv;
    [all...]
d3dcaps.h 221 D3DVALUE dvGuardBandLeft;
222 D3DVALUE dvGuardBandTop;
223 D3DVALUE dvGuardBandRight;
224 D3DVALUE dvGuardBandBottom;
226 D3DVALUE dvExtentsAdjust;
250 D3DVALUE dvGuardBandLeft;
251 D3DVALUE dvGuardBandTop;
252 D3DVALUE dvGuardBandRight;
253 D3DVALUE dvGuardBandBottom;
255 D3DVALUE dvExtentsAdjust
    [all...]
dsound.h 38 typedef float D3DVALUE, *LPD3DVALUE;
    [all...]
d3d.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 98 D3DVALUE dvGuardBandLeft;
99 D3DVALUE dvGuardBandTop;
100 D3DVALUE dvGuardBandRight;
101 D3DVALUE dvGuardBandBottom;
102 D3DVALUE dvExtentsAdjust;
110 D3DVALUE dvMaxVertexW;
495 D3DVALUE dvState;
516 D3DVALUE dwWNear;
517 D3DVALUE dwWFar;
533 D3DVALUE dvMinZ
    [all...]

Completed in 421 milliseconds