Home
last modified time | relevance | path

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

/reactos/sdk/include/dxsdk/
H A Ddx7todx8.h47 #define D3DRENDERSTATE_FOGSTART D3DRS_FOGSTART
/reactos/sdk/include/psdk/
H A Dd3d8types.h749 D3DRS_FOGSTART = 36, enumerator
H A Dd3d9types.h938 D3DRS_FOGSTART = 36, enumerator
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c4724 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 Deffect.c260 {SC_RENDERSTATE, D3DRS_FOGSTART, "D3DRS_FOGSTART"},