Home
last modified time | relevance | path

Searched refs:D3DXCOLOR (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Dd3dx9math.inl689 inline D3DXCOLOR::D3DXCOLOR() function in D3DXCOLOR
693 inline D3DXCOLOR::D3DXCOLOR(DWORD col) function in D3DXCOLOR
767 inline D3DXCOLOR& D3DXCOLOR::operator += (const D3DXCOLOR& col)
776 inline D3DXCOLOR& D3DXCOLOR::operator -= (const D3DXCOLOR& col)
814 inline D3DXCOLOR D3DXCOLOR::operator + (const D3DXCOLOR& col) const
819 inline D3DXCOLOR D3DXCOLOR::operator - (const D3DXCOLOR& col) const
885 static inline D3DXCOLOR* D3DXColorAdd(D3DXCOLOR *pout, const D3DXCOLOR *pc1, const D3DXCOLOR *pc2)
895 static inline D3DXCOLOR* D3DXColorLerp(D3DXCOLOR *pout, const D3DXCOLOR *pc1, const D3DXCOLOR *pc2,…
905 static inline D3DXCOLOR* D3DXColorModulate(D3DXCOLOR *pout, const D3DXCOLOR *pc1, const D3DXCOLOR *…
915 static inline D3DXCOLOR* D3DXColorNegative(D3DXCOLOR *pout, const D3DXCOLOR *pc)
[all …]
H A Dd3dx9math.h224 typedef struct D3DXCOLOR struct
227 D3DXCOLOR();
228 D3DXCOLOR(DWORD col);
244 D3DXCOLOR& operator += (const D3DXCOLOR&);
245 D3DXCOLOR& operator -= (const D3DXCOLOR&);
252 D3DXCOLOR operator + (const D3DXCOLOR&) const;
253 D3DXCOLOR operator - (const D3DXCOLOR&) const;
257 friend D3DXCOLOR operator * (FLOAT, const D3DXCOLOR&);
263 } D3DXCOLOR, *LPD3DXCOLOR; argument
284 D3DXCOLOR* WINAPI D3DXColorAdjustContrast(D3DXCOLOR *pout, const D3DXCOLOR *pc, FLOAT s);
[all …]
H A Dd3dx9mesh.h648 STDMETHOD(GetVertexAlbedo)(THIS_ D3DXCOLOR *vert_colors, UINT num_verts) PURE; in DECLARE_INTERFACE_()
/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dhlsl.c38 D3DXCOLOR c;
242 static BOOL colors_match(D3DXCOLOR a, D3DXCOLOR b, float epsilon) in colors_match()
260 D3DXCOLOR *pbits_data; in compute_shader_probe9()
275 int index = probes->x + (probes->y * lr.Pitch / sizeof(D3DXCOLOR)); in compute_shader_probe9()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c50 D3DXCOLOR* WINAPI D3DXColorAdjustContrast(D3DXCOLOR *pout, const D3DXCOLOR *pc, FLOAT s) in D3DXColorAdjustContrast()
61 D3DXCOLOR* WINAPI D3DXColorAdjustSaturation(D3DXCOLOR *pout, const D3DXCOLOR *pc, FLOAT s) in D3DXColorAdjustSaturation()
2435 …NAPI D3DXSHEvalHemisphereLight(UINT order, const D3DXVECTOR3 *dir, D3DXCOLOR top, D3DXCOLOR bottom, in D3DXSHEvalHemisphereLight()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmath.c62 static BOOL compare_color(const D3DXCOLOR *c1, const D3DXCOLOR *c2, unsigned int ulps) in compare_color()
130 static void expect_color_(unsigned int line, const D3DXCOLOR *expected, const D3DXCOLOR *color, uns… in expect_color_()
210 D3DXCOLOR color, color1, color2, expected, got; in D3DXColorTest()
3727 D3DXCOLOR bottom, top; in test_D3DXSHEvalHemisphereLight()