Searched defs:updateFog (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c4507 BOOL updateFog = FALSE; local
4517 updateFog = TRUE;
4587 updateFog = TRUE;
4630 updateFog = TRUE;
4656 if (updateFog) stateblock_apply_state(STATE_RENDER(WINED3DRS_FOGVERTEXMODE), stateblock, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c4607 BOOL updateFog = FALSE; local
4614 updateFog = TRUE;
4650 updateFog = TRUE;
4701 updateFog = TRUE;
4718 if (updateFog)

Completed in 100 milliseconds