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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.inl 689 inline D3DXCOLOR::D3DXCOLOR()
693 inline D3DXCOLOR::D3DXCOLOR(DWORD col)
702 inline D3DXCOLOR::D3DXCOLOR(CONST FLOAT *pf)
711 inline D3DXCOLOR::D3DXCOLOR(CONST D3DCOLORVALUE& col)
719 inline D3DXCOLOR::D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa
    [all...]
d3dx9math.h 225 typedef struct D3DXCOLOR
228 D3DXCOLOR();
229 D3DXCOLOR(DWORD col);
230 D3DXCOLOR(const FLOAT *pf);
231 D3DXCOLOR(const D3DCOLORVALUE& col);
232 D3DXCOLOR(FLOAT fr, FLOAT fg, FLOAT fb, FLOAT fa);
245 D3DXCOLOR& operator += (const D3DXCOLOR&);
246 D3DXCOLOR& operator -= (const D3DXCOLOR&)
    [all...]
d3dx9mesh.h 646 STDMETHOD(GetVertexAlbedo)(THIS_ D3DXCOLOR *vert_colors, UINT num_verts) PURE;
    [all...]

Completed in 2121 milliseconds