Home
last modified time | relevance | path

Searched refs:green (Results 1 – 25 of 26) sorted by relevance

12

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheelLEDController.java19 int green = Color.green(color) / 8; in colorChanged() local
23 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)1,(byte)green); in colorChanged()
27 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)4,(byte)green); in colorChanged()
31 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)7,(byte)green); in colorChanged()
DColorWheel.java150 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor()
159 int g = Color.green(color); in rotateColor()
/device/lge/bullhead/liblight/
Dlights.c125 int red, green, blue; in set_light_locked() local
150 green = (colorRGB >> 8) & 0xFF; in set_light_locked()
156 green = 0; in set_light_locked()
163 write_int(GREEN_LED_FILE, green); in set_light_locked()
/device/asus/fugu/recovery/
Drecovery_ui.cpp78 current_mode.green.offset = 8; in SetupDisplayMode()
79 current_mode.green.length = 8; in SetupDisplayMode()
/device/huawei/angler/liblight/
Dlights.c204 int red, green, blue; in set_speaker_light_locked() local
257 green = (colorRGB >> 8) & 0xFF; in set_speaker_light_locked()
262 green = 0; in set_speaker_light_locked()
269 write_int(GREEN_LED_FILE, green); in set_speaker_light_locked()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp246 info.green.offset = 5; in init_frame_buffer_locked()
247 info.green.length = 6; in init_frame_buffer_locked()
259 info.green.offset = 8; in init_frame_buffer_locked()
260 info.green.length = 8; in init_frame_buffer_locked()
345 info.green.offset, info.green.length, in init_frame_buffer_locked()
/device/google/marlin/liblight/
Dlights.c213 int red, green, blue; in set_speaker_light_locked() local
242 green = ((colorRGB >> 8) & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked()
248 write_int(GREEN_LED_FILE, green); 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEnum.py95 green = 2 variable in _test.Color
137 green = 2 variable in _test2.Color
/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
65 memcpy(ptr, &green, 4); ptr += 4; in glClearColor_enc()
127 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc() argument
146 memcpy(ptr, &green, 4); ptr += 4; in glColor4f_enc()
1347 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx_enc() argument
1366 memcpy(ptr, &green, 4); ptr += 4; in glClearColorx_enc()
1450 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub_enc() argument
1469 memcpy(ptr, &green, 1); ptr += 1; in glColor4ub_enc()
1478 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() argument
1497 memcpy(ptr, &green, 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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_datetime.py106 green = pickler.dumps(orig, proto)
107 derived = unpickler.loads(green)
119 green = pickler.dumps(orig, proto)
120 derived = unpickler.loads(green)
321 green = pickler.dumps(orig, proto)
322 derived = unpickler.loads(green)
967 green = pickler.dumps(orig, proto)
968 derived = unpickler.loads(green)
1117 green = pickler.dumps(orig, proto)
1118 derived = unpickler.loads(green)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DEnum.py130 green = 2 variable in _test.Color
/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.c723 param.set_rgb.green = strtoul(argv[3], &e, 16); in cmd_ec_lightbar()
738 resp.get_rgb.green, in cmd_ec_lightbar()
Dec_commands.h1400 uint8_t led, red, green, blue; member
1456 uint8_t red, green, blue; member
/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/google/marlin/
Dinit.common.rc350 chown system system /sys/class/leds/green/on_off_ms
353 chown system system /sys/class/leds/green/rgb_start
/device/lge/bullhead/
Dinit.bullhead.rc179 chown system system /sys/class/leds/green/on_off_ms
/device/huawei/angler/
Dinit.angler.rc136 chown system system /sys/class/leds/green/on_off_ms
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt317 Anthony Green <green vizbiz.com> suggested a bunch of good general

12