Searched refs:D3DRS_FOGDENSITY (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | dx7todx8.h | 44 #define D3DRENDERSTATE_FOGDENSITY D3DRS_FOGDENSITY
|
/reactos/sdk/include/psdk/ |
H A D | d3d8types.h | 751 D3DRS_FOGDENSITY = 38, enumerator
|
H A D | d3d9types.h | 940 D3DRS_FOGDENSITY = 38, enumerator
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | effect.c | 4721 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 D | effect.c | 262 {SC_RENDERSTATE, D3DRS_FOGDENSITY, "D3DRS_FOGDENSITY"},
|