OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D3DCOLORVALUE
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2dbasetypes.h
17
typedef
D3DCOLORVALUE
D2D_COLOR_F;
d3dtypes.h
166
}
D3DCOLORVALUE
,*LPD3DCOLORVALUE;
490
D3DCOLORVALUE
diffuse;
491
D3DCOLORVALUE
dcvDiffuse;
494
D3DCOLORVALUE
ambient;
495
D3DCOLORVALUE
dcvAmbient;
498
D3DCOLORVALUE
specular;
499
D3DCOLORVALUE
dcvSpecular;
502
D3DCOLORVALUE
emissive;
503
D3DCOLORVALUE
dcvEmissive;
515
D3DCOLORVALUE
diffuse
[
all
...]
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);
d3dx9mesh.h
269
D3DCOLORVALUE
Diffuse;
273
D3DCOLORVALUE
Absorption;
274
D3DCOLORVALUE
ReducedScattering;
[
all
...]
Completed in 51 milliseconds