Home
last modified time | relevance | path

Searched refs:VSectorStackPortal (Results 1 – 3 of 3) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dr_portal.cpp381 bool VSectorStackPortal::MatchSkyBox(VEntity* AEnt) const in MatchSkyBox()
392 void VSectorStackPortal::DrawContents() in DrawContents()
394 guard(VSectorStackPortal::DrawContents); in DrawContents()
H A Dr_local.h205 class VSectorStackPortal : public VPortal
210 VSectorStackPortal(VRenderLevelShared* ARLev, VEntity* AViewport) in VSectorStackPortal() function
250 friend class VSectorStackPortal; variable
H A Dr_bsp.cpp298 Portal = new VSectorStackPortal(this, SkyBox); in DrawSurfaces()