Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_main.cpp1318 D_CMD(SetBPP) in D_CMD() argument
1522 C_CMD ("setcolordepth", "i", SetBPP); in GL_Register()
1523 C_CMD ("setbpp", "i", SetBPP); in GL_Register()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgraphicsdevice.hpp273 virtual bool SetBPP(const int bpp) { return false;} in SetBPP() function in GraphicsDevice
H A Ddeviceps.hpp415 bool SetBPP(const int val) in SetBPP() function in DevicePS
H A Dplotting_device.cpp554 success = actDevice->SetBPP((*e->GetKWAs<DIntGDL>(bppIx))[0]); in device()