Home
last modified time | relevance | path

Searched refs:D3DRS_FOGDENSITY (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Ddx7todx8.h44 #define D3DRENDERSTATE_FOGDENSITY D3DRS_FOGDENSITY
/reactos/sdk/include/psdk/
H A Dd3d8types.h751 D3DRS_FOGDENSITY = 38, enumerator
H A Dd3d9types.h940 D3DRS_FOGDENSITY = 38, enumerator
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c4721 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGDENSITY, &value); in test_effect_preshader()
5593 hr = IDirect3DDevice9_SetRenderState(device, D3DRS_FOGDENSITY, value); in test_effect_commitchanges()
5614 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGDENSITY, &value); in test_effect_commitchanges()
5630 hr = IDirect3DDevice9_SetRenderState(device, D3DRS_FOGDENSITY, value); in test_effect_commitchanges()
5653 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGDENSITY, &value); in test_effect_commitchanges()
/reactos/dll/directx/wine/d3dx9_36/
H A Deffect.c262 {SC_RENDERSTATE, D3DRS_FOGDENSITY, "D3DRS_FOGDENSITY"},