HomeSort by relevance Sort by last modified time
    Searched defs:_D3DVECTOR (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/include/dshow/
dsound.h 46 typedef struct _D3DVECTOR {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 46 typedef struct _D3DVECTOR {
    [all...]
d3d8types.h     [all...]
d3dtypes.h 88 typedef struct _D3DVECTOR {
105 _D3DVECTOR() {}
106 _D3DVECTOR(D3DVALUE f);
107 _D3DVECTOR(D3DVALUE _x, D3DVALUE _y, D3DVALUE _z);
108 _D3DVECTOR(const D3DVALUE f[3]);
111 _D3DVECTOR& operator += (const _D3DVECTOR& v);
112 _D3DVECTOR& operator -= (const _D3DVECTOR& v);
113 _D3DVECTOR& operator *= (const _D3DVECTOR& v)
    [all...]
d3d9types.h     [all...]

Completed in 861 milliseconds