Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dglwrapper-ogl.cc322 const coord_def &m_drawablesz) in reset_view_for_resize() argument
324 glViewport(0, 0, m_drawablesz.x, m_drawablesz.y); in reset_view_for_resize()
H A Dglwrapper-ogl.h25 const coord_def &m_drawablesz) override;
H A Dwindowmanager-sdl.cc638 coord_def m_drawablesz; in resize() local
640 SDL_GL_GetDrawableSize(m_window, &(m_drawablesz.x), &(m_drawablesz.y)); in resize()
641 glmanager->reset_view_for_resize(m_windowsz, m_drawablesz); in resize()
H A Dglwrapper.h148 const coord_def &m_drawablesz) = 0;