Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_state.h190 void R_EnableStencilTest(bool enable);
H A Dr_mesh.cpp701 R_EnableStencilTest(true); in R_DrawMeshShadow()
710 R_EnableStencilTest(false); in R_DrawMeshShadow()
H A Dr_state.cpp290 void R_EnableStencilTest (bool enable) in R_EnableStencilTest() function