Home
last modified time | relevance | path

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

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/gl/
H A Dbase_renderer.h29 virtual void initMapSurface(int clientW, int clientH);
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dgraphics_interface.h45 virtual void initMapSurface(int clientW, int clientH) = 0;
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/gl/
H A Dbase_renderer.cpp27 void BaseRenderer::initMapSurface(int clientW, int clientH) { in initMapSurface() function in Shared::Graphics::BaseRenderer
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_map_editor/
H A Dprogram.cpp157 renderer.initMapSurface(w, h); in Program()