Home
last modified time | relevance | path

Searched refs:GetFrameBufferPixels (Results 1 – 10 of 10) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Dnulldevice.cpp286 std::unique_ptr<CFrameBufferPixels> CNullDevice::GetFrameBufferPixels() const in GetFrameBufferPixels() function in Gfx::CNullDevice
H A Dnulldevice.h138 std::unique_ptr<CFrameBufferPixels> GetFrameBufferPixels() const override;
H A Ddevice.h514 virtual std::unique_ptr<CFrameBufferPixels> GetFrameBufferPixels() const = 0;
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dgl21device.h177 std::unique_ptr<CFrameBufferPixels> GetFrameBufferPixels() const override;
H A Dgl33device.h192 std::unique_ptr<CFrameBufferPixels> GetFrameBufferPixels() const override;
H A Dgl14device.h186 std::unique_ptr<CFrameBufferPixels> GetFrameBufferPixels() const override;
H A Dgl21device.cpp1573 std::unique_ptr<CFrameBufferPixels> CGL21Device::GetFrameBufferPixels() const in GetFrameBufferPixels() function in Gfx::CGL21Device
H A Dgl14device.cpp1748 std::unique_ptr<CFrameBufferPixels> CGL14Device::GetFrameBufferPixels() const in GetFrameBufferPixels() function in Gfx::CGL14Device
H A Dgl33device.cpp1744 std::unique_ptr<CFrameBufferPixels> CGL33Device::GetFrameBufferPixels() const in GetFrameBufferPixels() function in Gfx::CGL33Device
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dengine.cpp500 auto pixels = m_device->GetFrameBufferPixels(); in WriteScreenShot()
3526 auto pixels = m_device->GetFrameBufferPixels(); in Capture3DScene()