Home
last modified time | relevance | path

Searched refs:EndFogPass (Results 1 – 6 of 6) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Ddrawer.h197 virtual void EndFogPass() = 0;
H A Dd3d_local.h202 void EndFogPass();
H A Dd3d_main.cpp912 void VDirect3DDrawer::EndFogPass() {} in EndFogPass() function in VDirect3DDrawer
H A Dgl_poly.cpp752 void VOpenGLDrawer::EndFogPass() in EndFogPass() function in VOpenGLDrawer
754 guard(VOpenGLDrawer::EndFogPass); in EndFogPass()
H A Dgl_local.h378 void EndFogPass();
H A Dr_main.cpp875 Drawer->EndFogPass(); in RenderScene()