Home
last modified time | relevance | path

Searched refs:red (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEnum.py94 red = 1 variable in _test.Color
98 print Color.red
100 print repr(Color.red)
101 print Color.red == Color.red
102 print Color.red == Color.blue
103 print Color.red == 1
104 print Color.red == 2
114 print ExtendedColor.red
116 print Color.red == ExtendedColor.red
125 print MergedColor.red
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DEnum.py129 red = 1 variable in _test.Color
133 print Color.red
136 print Color.red == Color.red
137 print Color.red == Color.blue
138 print Color.red == 1
139 print Color.red == 2
149 print ExtendedColor.red
151 print Color.red == ExtendedColor.red
160 print MergedColor.red
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheelLEDController.java18 int red = Color.red(color) / 8; in colorChanged() local
22 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)0,(byte)red); in colorChanged()
26 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)3,(byte)red); in colorChanged()
30 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)6,(byte)red); in colorChanged()
DColorWheel.java149 int r = ave(Color.red(c0), Color.red(c1), p); in interpColor()
158 int r = Color.red(color); in rotateColor()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.uni2 // An OrderedCollectionLib instance that provides a red-black tree
28 … #language en-US "An OrderedCollectionLib instance that provides a red-black tree implemen…
30 … #language en-US "An OrderedCollectionLib instance that provides a red-black tree implemen…
DBaseOrderedCollectionRedBlackTreeLib.inf2 # An OrderedCollectionLib instance that provides a red-black tree
/device/lge/bullhead/liblight/
Dlights.c125 int red, green, blue; in set_light_locked() local
149 red = (colorRGB >> 16) & 0xFF; in set_light_locked()
155 red = 0; in set_light_locked()
162 write_int(RED_LED_FILE, red); in set_light_locked()
/device/asus/fugu/recovery/
Drecovery_ui.cpp76 current_mode.red.offset = 0; in SetupDisplayMode()
77 current_mode.red.length = 8; in SetupDisplayMode()
/device/huawei/angler/liblight/
Dlights.c204 int red, green, blue; in set_speaker_light_locked() local
256 red = (colorRGB >> 16) & 0xFF; in set_speaker_light_locked()
261 red = 0; in set_speaker_light_locked()
268 write_int(RED_LED_FILE, red); in set_speaker_light_locked()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp244 info.red.offset = 11; in init_frame_buffer_locked()
245 info.red.length = 5; in init_frame_buffer_locked()
257 info.red.offset = 0; in init_frame_buffer_locked()
258 info.red.length = 8; in init_frame_buffer_locked()
344 info.red.offset, info.red.length, in init_frame_buffer_locked()
/device/google/marlin/liblight/
Dlights.c213 int red, green, blue; in set_speaker_light_locked() local
241 red = ((colorRGB >> 16) & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked()
246 write_int(RED_LED_FILE, red); in set_speaker_light_locked()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument
63 getDispatch()->glClearColor(red, green, blue, alpha); in glClearColor()
76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() argument
78 getDispatch()->glColor4f(red, green, blue, alpha); in glColor4f()
286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx() argument
288 getDispatch()->glClearColorx(red, green, blue, alpha); in glClearColorx()
311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() argument
313 getDispatch()->glColor4ub(red, green, blue, alpha); in glColor4ub()
316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() argument
318 getDispatch()->glColor4x(red, green, blue, alpha); in glColor4x()
[all …]
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
60 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
184 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
188 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
313 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument
316 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
[all …]
Dgl_enc.cpp46 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() argument
64 memcpy(ptr, &red, 4); ptr += 4; in glClearColor_enc()
127 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc() argument
145 memcpy(ptr, &red, 4); ptr += 4; in glColor4f_enc()
1347 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx_enc() argument
1365 memcpy(ptr, &red, 4); ptr += 4; in glClearColorx_enc()
1450 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub_enc() argument
1468 memcpy(ptr, &red, 1); ptr += 1; in glColor4ub_enc()
1478 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() argument
1496 memcpy(ptr, &red, 4); ptr += 4; in glColor4x_enc()
[all …]
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alph…
Dglext.h668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
708 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, G…
711 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed …
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
/device/google/dragon/recovery/updater/
Ddebug_ec.c722 param.set_rgb.red = strtoul(argv[2], &e, 16); in cmd_ec_lightbar()
737 resp.get_rgb.red, in cmd_ec_lightbar()
Dec_commands.h1400 uint8_t led, red, green, blue; member
1456 uint8_t red, green, blue; member
/device/lge/bullhead/
Dinit.bullhead.rc178 chown system system /sys/class/leds/red/on_off_ms
181 chown system system /sys/class/leds/red/rgb_start
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
27 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
469 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() argument
472 ctx->glBlendColor(ctx, red, green, blue, alpha); in glBlendColor()
523 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument
526 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
541 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() argument
544 ctx->glColorMask(ctx, red, green, blue, alpha); in glColorMask()
/device/huawei/angler/
Dinit.angler.rc135 chown system system /sys/class/leds/red/on_off_ms
138 chown system system /sys/class/leds/red/rgb_start
/device/google/marlin/
Dinit.common.rc349 chown system system /sys/class/leds/red/on_off_ms
352 chown system system /sys/class/leds/red/rgb_start

12