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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 30 } D3DCOLORVALUE;
34 typedef D3DCOLORVALUE DXGI_RGBA;
d3dtypes.h 170 } D3DCOLORVALUE,*LPD3DCOLORVALUE;
494 D3DCOLORVALUE diffuse;
495 D3DCOLORVALUE dcvDiffuse;
498 D3DCOLORVALUE ambient;
499 D3DCOLORVALUE dcvAmbient;
502 D3DCOLORVALUE specular;
503 D3DCOLORVALUE dcvSpecular;
506 D3DCOLORVALUE emissive;
507 D3DCOLORVALUE dcvEmissive;
519 D3DCOLORVALUE diffuse
    [all...]
d2dbasetypes.h 17 typedef D3DCOLORVALUE D2D_COLOR_F;
d3drmdef.h 241 D3DCOLORVALUE dcDiffuse;
242 D3DCOLORVALUE dcAmbient;
243 D3DCOLORVALUE dcEmissive;
244 D3DCOLORVALUE dcSpecular;
d3d8types.h     [all...]
d3d9types.h     [all...]
d3dx9math.h 231 D3DXCOLOR(const D3DCOLORVALUE& col);
239 operator D3DCOLORVALUE* ();
240 operator const D3DCOLORVALUE* () const;
242 operator D3DCOLORVALUE& ();
243 operator const D3DCOLORVALUE& () const;
d3dx9math.inl 711 inline D3DXCOLOR::D3DXCOLOR(const D3DCOLORVALUE& col)
747 inline D3DXCOLOR::operator D3DCOLORVALUE * ()
749 return (D3DCOLORVALUE*)&r;
752 inline D3DXCOLOR::operator const D3DCOLORVALUE * () const
754 return (const D3DCOLORVALUE*)&r;
757 inline D3DXCOLOR::operator D3DCOLORVALUE& ()
759 return *((D3DCOLORVALUE*)&r);
762 inline D3DXCOLOR::operator const D3DCOLORVALUE& () const
764 return *((const D3DCOLORVALUE*)&r);
dwrite_2.h 38 } D3DCOLORVALUE,*LPD3DCOLORVALUE;
41 typedef D3DCOLORVALUE DWRITE_COLOR_F;
d3dx9mesh.h 269 D3DCOLORVALUE Diffuse;
273 D3DCOLORVALUE Absorption;
274 D3DCOLORVALUE ReducedScattering;
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h 62 } D3DCOLORVALUE;
153 D3DCOLORVALUE Diffuse; /* Diffuse color RGBA */
154 D3DCOLORVALUE Ambient; /* Ambient color RGB */
155 D3DCOLORVALUE Specular; /* Specular 'shininess' */
156 D3DCOLORVALUE Emissive; /* Emissive color RGB */
169 D3DCOLORVALUE Diffuse; /* Diffuse color of light */
170 D3DCOLORVALUE Specular; /* Specular color of light */
171 D3DCOLORVALUE Ambient; /* Ambient color of light */
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]

Completed in 556 milliseconds