Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_entity.cpp283 R_EnableDrawAsGlow(true); in R_DrawEntityEffects()
306 R_EnableDrawAsGlow(false); in R_DrawEntityEffects()
484 R_EnableDrawAsGlow(true); in R_DrawSpecialEntities()
497 R_EnableDrawAsGlow(false); in R_DrawSpecialEntities()
H A Dr_state.h202 void R_EnableDrawAsGlow(bool enable);
H A Dr_state.cpp562 R_EnableDrawAsGlow(true); in R_EnableShell()
571 R_EnableDrawAsGlow(false); in R_EnableShell()
692 void R_EnableDrawAsGlow (bool enable) in R_EnableDrawAsGlow() function