Home
last modified time | relevance | path

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

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/gl/
H A Dgl_context.hpp56 virtual bool supports_framebuffer() const = 0;
H A Dgl20_context.hpp51 virtual bool supports_framebuffer() const override { return false; } in supports_framebuffer() function in GL20Context
H A Dgl_texture_renderer.cpp55 if (m_video_system.get_context().supports_framebuffer()) in prepare()
H A Dgl33core_context.hpp55 virtual bool supports_framebuffer() const override { return true; } in supports_framebuffer() function in GL33CoreContext