Searched refs:Gamma (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/Sema/ |
D | exprs.c | 80 void test7(int *P, _Complex float Gamma) { in test7() argument 81 …P = (P-42) + Gamma*4; // expected-error {{invalid operands to binary expression ('int *' and '_Co… in test7()
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 119 class Gamma{}; class 136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>); 138 set5(Alpha<Beta<Gamma<void, void>, double>, double>()); in test5()
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/ |
D | ToneMap.j3md | 9 Float Gamma
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | Posterization.j3md | 7 Float Gamma;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/ |
D | XF86VMode.c | 170 SDL_NAME(XF86VidModeSetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) in SDL_NAME() 182 req->red = (CARD32)(Gamma->red * 10000.); in SDL_NAME() 183 req->green = (CARD32)(Gamma->green * 10000.); in SDL_NAME() 184 req->blue = (CARD32)(Gamma->blue * 10000.); in SDL_NAME() 191 SDL_NAME(XF86VidModeGetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) in SDL_NAME() 209 Gamma->red = ((float)rep.red) / 10000.; in SDL_NAME() 210 Gamma->green = ((float)rep.green) / 10000.; in SDL_NAME() 211 Gamma->blue = ((float)rep.blue) / 10000.; in SDL_NAME()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.WinCE | 55 NO_GAMMA_SUPPORT Gamma correction not available
|
D | README.NanoX | 74 4. Gamma correction
|
D | WhatsNew | 235 Gamma ramps are tables with 256 entries which map the screen color 238 Gamma control is not supported on all hardware.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 138 # Gamma 915
|
/external/clang/include/clang/AST/ |
D | CommentHTMLNamedCharacterReferences.td | 108 def : NCR<"Gamma", 0x00393>;
|
/external/clang/docs/ |
D | UsersManual.rst | 347 P = (P-42) + Gamma*4; 365 fix-it:"t.cpp":{7:25-7:29}:"Gamma" 369 in t.cpp should be replaced with the string "Gamma". Either the
|
D | InternalsManual.rst | 63 P = (P-42) + Gamma*4;
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 1599 /* Gamma functions */
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityNames.in | 171 "Gamma;","U+00393"
|
/external/quake/quake/src/WinQuake/data/ |
D | TECHINFO.TXT | 1698 gamma .8 // Sets Gamma Correction to .8 (<1=Lighter, 1=normal
|