/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorWheelLEDController.java | 19 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()
|
D | ColorWheel.java | 150 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() 159 int g = Color.green(color); in rotateColor()
|
/device/lge/bullhead/liblight/ |
D | lights.c | 125 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/ |
D | recovery_ui.cpp | 78 current_mode.green.offset = 8; in SetupDisplayMode() 79 current_mode.green.length = 8; in SetupDisplayMode()
|
/device/huawei/angler/liblight/ |
D | lights.c | 204 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/ |
D | framebuffer_device.cpp | 246 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/ |
D | lights.c | 213 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/ |
D | gles.cpp | 61 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/ |
D | Enum.py | 95 green = 2 variable in _test.Color 137 green = 2 variable in _test2.Color
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 9 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 …]
|
D | gl_enc.cpp | 46 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/ |
D | gl.h | 594 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…
|
D | glext.h | 668 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/ |
D | test_datetime.py | 106 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/ |
D | Enum.py | 130 green = 2 variable in _test.Color
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 384 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/ |
D | debug_ec.c | 723 param.set_rgb.green = strtoul(argv[3], &e, 16); in cmd_ec_lightbar() 738 resp.get_rgb.green, in cmd_ec_lightbar()
|
D | ec_commands.h | 1400 uint8_t led, red, green, blue; member 1456 uint8_t red, green, blue; member
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 384 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 …
|
D | gl31.h | 384 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/ |
D | gl2_entry.cpp | 15 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/ |
D | init.common.rc | 350 chown system system /sys/class/leds/green/on_off_ms 353 chown system system /sys/class/leds/green/rgb_start
|
/device/lge/bullhead/ |
D | init.bullhead.rc | 179 chown system system /sys/class/leds/green/on_off_ms
|
/device/huawei/angler/ |
D | init.angler.rc | 136 chown system system /sys/class/leds/green/on_off_ms
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_131.txt | 317 Anthony Green <green vizbiz.com> suggested a bunch of good general
|