/external/quake/quake/src/WinQuake/ |
view.h | 25 extern byte ramps[3][256];
|
view.cpp | 264 byte ramps[3][256]; 590 ramps[0][i] = gammatable[ir]; 591 ramps[1][i] = gammatable[ig]; 592 ramps[2][i] = gammatable[ib]; 605 newpal[0] = ramps[0][ir]; 606 newpal[1] = ramps[1][ig]; 607 newpal[2] = ramps[2][ib];
|
gl_vidnt.cpp | 767 extern byte ramps[3][256];
771 // gammaworks = SetDeviceGammaRamp (maindc, ramps);
[all...] |
WinQuake.ncb | [all...] |
/external/proguard/src/proguard/gui/splash/ |
LinearTiming.java | 24 * This Timing ramps up linearly from 0 to 1 in a given time interval.
|
SawToothTiming.java | 24 * This Timing ramps up linearly from 0 to 1 in a given repeated time interval.
|
SmoothTiming.java | 24 * This Timing ramps up smoothly from 0 to 1 in a given time interval.
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_gamma.c | 27 #include <math.h> /* Used for calculating gamma ramps */ 116 /* Calculating the gamma by integrating the gamma ramps isn't exact,
|
SDL_sysvideo.h | 155 /* Set the gamma correction directly (emulated with gamma ramps) */ 158 /* Get the gamma correction directly (emulated with gamma ramps) */
|
/external/quake/quake/src/QW/client/ |
view.c | 271 byte ramps[3][256]; variable 602 ramps[0][i] = gammatable[ir]; 603 ramps[1][i] = gammatable[ig]; 604 ramps[2][i] = gammatable[ib]; 617 newpal[0] = ramps[0][ir]; 618 newpal[1] = ramps[1][ig]; 619 newpal[2] = ramps[2][ib];
|
gl_vidnt.c | 767 extern byte ramps[3][256];
771 // gammaworks = SetDeviceGammaRamp (maindc, ramps);
[all...] |
/external/quake/quake/src/QW/ |
qwchangelog.txt | 112 - hopefully finally fixed the acceleration up ramps
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macwm.c | 61 * "Contains: Functions to enable Mac OS device gamma adjustments using 3 channel 256 element 8 bit gamma ramps
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 378 * be emulated using gamma ramps, if available. If successful, this [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 378 * be emulated using gamma ramps, if available. If successful, this [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 378 * be emulated using gamma ramps, if available. If successful, this [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 382 * be emulated using gamma ramps, if available. If successful, this [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 378 * be emulated using gamma ramps, if available. If successful, this [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-x.c | [all...] |
rpng2-win.c | 835 Vertical gradients (ramps) in NxN squares, alternating direction and [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5video.c | 435 /* WinDIB driver functions for manipulating gamma ramps */ [all...] |