Searched refs:D3DRS_FOGSTART (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | dx7todx8.h | 47 #define D3DRENDERSTATE_FOGSTART D3DRS_FOGSTART
|
/reactos/sdk/include/psdk/ |
H A D | d3d8types.h | 749 D3DRS_FOGSTART = 36, enumerator
|
H A D | d3d9types.h | 938 D3DRS_FOGSTART = 36, enumerator
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | effect.c | 4724 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGSTART, &value); in test_effect_preshader() 5595 hr = IDirect3DDevice9_SetRenderState(device, D3DRS_FOGSTART, value); in test_effect_commitchanges() 5617 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGSTART, &value); in test_effect_commitchanges() 5632 hr = IDirect3DDevice9_SetRenderState(device, D3DRS_FOGSTART, value); in test_effect_commitchanges() 5656 hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGSTART, &value); in test_effect_commitchanges()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | effect.c | 260 {SC_RENDERSTATE, D3DRS_FOGSTART, "D3DRS_FOGSTART"},
|