Home
last modified time | relevance | path

Searched refs:OGLStateManager (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper-ogl.cc125 glmanager = new OGLStateManager(); in init()
146 OGLStateManager::OGLStateManager() in OGLStateManager() function in OGLStateManager
158 void OGLStateManager::set(const GLState& state) in set()
288 void OGLStateManager::reset_transform() in reset_transform()
299 int OGLStateManager::logical_to_device(int n) const in logical_to_device()
304 int OGLStateManager::device_to_logical(int n, bool round) const in device_to_logical()
316 void OGLStateManager::reset_scissor() in reset_scissor()
361 void OGLStateManager::bind_texture(unsigned int texture) in bind_texture()
429 void OGLStateManager::reset_view_for_redraw() in reset_view_for_redraw()
440 void OGLStateManager::fixup_gl_state() in fixup_gl_state()
[all …]
H A Dglwrapper-ogl.h15 class OGLStateManager : public GLStateManager
18 OGLStateManager();