Home
last modified time | relevance | path

Searched refs:setGLUseDepthBuffer (Results 1 – 4 of 4) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/controller/
H A Dengine.i85 void setGLUseDepthBuffer(bool buffer);
H A Denginesettings.h235 void setGLUseDepthBuffer(bool buffer);
H A Denginesettings.cpp200 void EngineSettings::setGLUseDepthBuffer(bool buffer) { in setGLUseDepthBuffer() function in FIFE::EngineSettings
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/
H A Dbasicapplication.py122 engineSetting.setGLUseDepthBuffer(self._finalSetting['GLUseDepthBuffer'])