Home
last modified time | relevance | path

Searched refs:gammaindex (Results 1 – 6 of 6) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_view.h79 extern int gammaindex;
H A Drt_util.c1494 OUTP (PEL_DATA, gammatable[(gammaindex<<6)+(*palette++)]); in VL_SetPalette()
1502 cmap[i].r = gammatable[(gammaindex<<6)+(*palette++)] << 2; in VL_SetPalette()
1503 cmap[i].g = gammatable[(gammaindex<<6)+(*palette++)] << 2; in VL_SetPalette()
1504 cmap[i].b = gammatable[(gammaindex<<6)+(*palette++)] << 2; in VL_SetPalette()
H A Drt_main.c2327 gammaindex++; in PollKeyboard()
2328 if ( gammaindex == NUMGAMMALEVELS ) in PollKeyboard()
2330 gammaindex = 0; in PollKeyboard()
2333 itoa( gammaindex, str2, 10 ); in PollKeyboard()
H A Drt_view.c88 int gammaindex; variable
H A Drt_cfg.c555 ReadInt ("GammaIndex", &gammaindex); in ParseConfigFile()
933 gammaindex = 0; in SetConfigDefaultValues()
1843 WriteParameter (file,"GammaIndex ", gammaindex); in WriteConfig()
/dports/devel/love/love-11.3/src/modules/graphics/
H A DGraphics.cpp1742 int gammaindex = isGammaCorrect() ? 1 : 0; in getCurrentDefaultShaderCode() local
1744 return defaultShaderCode[Shader::STANDARD_DEFAULT][languageindex][gammaindex]; in getCurrentDefaultShaderCode()