HomeSort by relevance Sort by last modified time
    Searched refs:Red (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/clang/test/FixIt/
fixit.c 55 Red // expected-error{{missing ',' between enumerators}}
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 118 template <int Red, int Green, int Blue, int Alpha>
121 return c.redSize() == Red &&
127 template <int Red, int Green, int Blue, int Alpha>
130 return c.redSize() != Red ||
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 85 float Red;
  /external/giflib/
quantize.c 51 Note input image can be 24 bits at the most (8 for red/green/blue) and
71 long Red, Green, Blue;
135 OutputColorMap[i].Red = OutputColorMap[i].Green =
144 Red = Green = Blue = 0;
147 Red += QuantizedColor->RGB[0];
152 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j;
169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i]))
170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]);
179 "Quantization L(0) errors: Red = %d, Green = %d, Blue = %d.\n"
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 4 Copyright (C) 2016, Red Hat, Inc.
196 Blt->Red = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Red;
212 Blt->Red = BmpColorMap[Index].Red;
219 Blt->Red = BmpColorMap[Index].Red;
229 Blt->Red = BmpColorMap[*Image].Red;
240 Blt->Red = *Image;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 4 Copyright (C) 2016, Red Hat, Inc.
196 Blt->Red = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Red;
212 Blt->Red = BmpColorMap[Index].Red;
219 Blt->Red = BmpColorMap[Index].Red;
229 Blt->Red = BmpColorMap[*Image].Red;
240 Blt->Red = *Image;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 284 Blt->Red = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Red;
300 Blt->Red = BmpColorMap[Index].Red;
307 Blt->Red = BmpColorMap[Index].Red;
317 Blt->Red = BmpColorMap[*Image].Red;
325 Blt->Red = *Image;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 285 Blt->Red = BmpColorMap[((*Image) >> (7 - Index)) & 0x1].Red;
301 Blt->Red = BmpColorMap[Index].Red;
308 Blt->Red = BmpColorMap[Index].Red;
318 Blt->Red = BmpColorMap[*Image].Red;
326 Blt->Red = *Image;
  /external/flatbuffers/samples/
SampleBinary.cs 53 Monster.AddColor(builder, Color.Red);
81 Assert(monster.Color == Color.Red, "monster.Color", Convert.ToString(monster.Color),
82 Convert.ToString(Color.Red));
SampleBinary.java 55 Monster.addColor(builder, Color.Red);
80 assert monster.color() == Color.Red;
SampleBinary.php 61 \MyGame\Sample\Monster::AddColor($builder, \MyGame\Sample\Color::Red);
86 $success &= assert($monster->getColor() == \MyGame\Sample\Color::Red);
sample_binary.py 74 MyGame.Sample.Color.Color().Red)
103 assert monster.Color() == MyGame.Sample.Color.Color().Red
samplebinary.js 55 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
80 assert.equal(monster.color(), MyGame.Sample.Color.Red);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 38 Red, Green, Blue {};
111 enumEmptyMap.put(Color.Red, 2);
123 enumSizeMap.put(Color.Red, 2);
135 enumSizeMap.put(Color.Red, 2);
164 assertNull("Constructor fails", enumMap.get(Color.Red));
165 enumMap.put(Color.Red, 1);
166 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
213 assertNull("Constructor fails", enumMap.get(Color.Red));
214 enumMap.put(Color.Red, 1);
215 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
UgaDraw.h 80 UINT8 Red;
GraphicsOutput.h 99 UINT8 Red;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
UgaDraw.h 94 UINT8 Red;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaDraw.h 78 UINT8 Red;
GraphicsOutput.h 36 /// A pixel is 32-bits and byte zero represents red, byte one represents green,
38 /// for the physical frame buffer. The byte values for the red, green, and blue
45 /// byte two represents red, and byte three is reserved. This is the definition
46 /// for the physical frame buffer. The byte values for the red, green, and blue
86 /// A bit being set defines what bits are used for what purpose such as Red, Green, Blue, or Reserved.
140 UINT8 Red;
  /external/clang/test/Sema/
enum.c 124 enum Color { Red, Green, Blue }; // expected-note{{previous use is here}}
  /external/guice/core/test/com/googlecode/guice/
Jsr330Test.java 83 bind(C.class).annotatedWith(Red.class).toInstance(c);
84 bind(D.class).annotatedWith(RED).toInstance(d);
102 bind(D.class).annotatedWith(RED).toInstance(d);
356 @Inject @Red C c;
364 @Inject void injectD(@Red D d, @Named("jesse") E e) {
371 @interface Red {}
373 public static final Red RED = new Red() {
375 return Red.class
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 855 CurrentModeData->Red = *(FB_VIDEO_COLOR_PLACEMENT *)&(pFbInfo->Red);
871 (CurrentModeData->Red.Mask == 0xff) && (CurrentModeData->Green.Mask == 0xff) && (CurrentModeData->Blue.Mask == 0xff)) {
872 if ((CurrentModeData->Red.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Blue.Position == 16)) {
874 } else if ((CurrentModeData->Blue.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Red.Position == 16)) {
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 243 Black.Blue = Black.Green = Black.Red = Black.Reserved = 0;
244 White.Blue = White.Green = White.Red = White.Reserved = 0xFF;
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.h 78 #define RGB_BYTES_TO_PIXEL(Red, Green, Blue) \
79 (UINT8) ( (((Red) >> PIXEL_RED_SHIFT) & PIXEL_RED_MASK) | \
390 UINT8 Red,
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 74 #define RGB_BYTES_TO_PIXEL(Red, Green, Blue) \
75 (UINT8) ( (((Red) >> PIXEL_RED_SHIFT) & PIXEL_RED_MASK) | \
431 UINT8 Red,

Completed in 514 milliseconds

12 3 4 5 6