Searched refs:host_basepal (Results 1 – 19 of 19) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | screen.c | 691 host_basepal, false); in SCR_ScreenShot_f() 718 r1 = host_basepal[i*3] - r; in MipColor() 719 g1 = host_basepal[i*3+1] - g; in MipColor() 720 b1 = host_basepal[i*3+2] - b; in MipColor() 864 r += host_basepal[*src * 3]; in SCR_RSShot_f() 865 g += host_basepal[*src * 3+1]; in SCR_RSShot_f() 866 b += host_basepal[*src * 3+2]; in SCR_RSShot_f() 891 WritePCXfile (pcxname, newbuf, w, h, w, host_basepal, true); in SCR_RSShot_f() 992 VID_SetPalette (host_basepal); in SCR_BringDownConsole()
|
D | cl_main.c | 114 byte *host_basepal; variable 1456 host_basepal = (byte *)COM_LoadHunkFile ("gfx/palette.lmp"); in Host_Init() 1457 if (!host_basepal) in Host_Init() 1465 VID_Init (host_basepal); in Host_Init() 1476 VID_Init (host_basepal); in Host_Init() 1532 if (host_basepal) in Host_Shutdown()
|
D | gl_screen.c | 768 r1 = host_basepal[i*3] - r; in MipColor() 769 g1 = host_basepal[i*3+1] - g; in MipColor() 770 b1 = host_basepal[i*3+2] - b; in MipColor() 945 WritePCXfile (pcxname, newbuf, w, h, w, host_basepal, true); in SCR_RSShot_f() 1047 VID_SetPalette (host_basepal); in SCR_BringDownConsole()
|
D | quakedef.h | 127 extern byte *host_basepal;
|
D | view.c | 607 basepal = host_basepal; in V_UpdatePalette() 673 basepal = host_basepal; in V_UpdatePalette()
|
D | gl_draw.c | 866 glColor3f (host_basepal[c*3]/255.0, in Draw_Fill() 867 host_basepal[c*3+1]/255.0, in Draw_Fill() 868 host_basepal[c*3+2]/255.0); in Draw_Fill()
|
D | r_misc.c | 336 newpalette[i*3+j] = (host_basepal[i*3+j] + basecolor[j])/2; in WarpPalette()
|
D | gl_vidlinux_svga.c | 152 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); in VID_Gamma_f()
|
D | gl_vidlinux_x11.c | 133 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); in VID_Gamma_f()
|
D | vid_svgalib.c | 249 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); in VID_Gamma_f()
|
/external/quake/quake/src/WinQuake/ |
D | host.cpp | 55 byte *host_basepal; variable 880 host_basepal = (byte *)COM_LoadHunkFile ("gfx/palette.lmp"); in Host_Init() 881 if (!host_basepal) in Host_Init() 890 VID_Init (host_basepal); in Host_Init()
|
D | screen.cpp | 645 host_basepal); in SCR_ScreenShot_f() 793 VID_SetPalette (host_basepal); in SCR_BringDownConsole()
|
D | quakedef.h | 308 extern byte *host_basepal;
|
D | r_misc.cpp | 260 newpalette[i*3+j] = (host_basepal[i*3+j] + basecolor[j])/2; in WarpPalette()
|
D | gl_draw.cpp | 1126 glColor3f (host_basepal[c*3]/255.0, in Draw_Fill() 1127 host_basepal[c*3+1]/255.0, in Draw_Fill() 1128 host_basepal[c*3+2]/255.0); in Draw_Fill() 1738 const byte* pSrc = host_basepal; in GL_Upload8_EXT()
|
D | view.cpp | 595 basepal = host_basepal; in V_UpdatePalette() 656 basepal = host_basepal; in V_UpdatePalette()
|
D | gl_screen.cpp | 788 VID_SetPalette (host_basepal); in SCR_BringDownConsole()
|
D | cl_main.cpp | 287 VID_SetPalette (host_basepal); in SetPal()
|
D | vid_svgalib.cpp | 248 f = pow ( (host_basepal[i]+1)/256.0 , gamma ); in VID_Gamma_f()
|