Searched refs:green (Results 1 - 22 of 22) sorted by relevance

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DColorWheelLEDController.java19 int green = Color.green(color) / 8;
23 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)1,(byte)green);
27 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)4,(byte)green);
31 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)7,(byte)green);
H A DColorWheel.java150 int g = ave(Color.green(c0), Color.green(c1), p);
159 int g = Color.green(color);
/device/linaro/hikey/gralloc/
H A Dframebuffer_device.cpp246 info.green.offset = 5;
247 info.green.length = 6;
259 info.green.offset = 8;
260 info.green.length = 8;
345 info.green.offset, info.green.length,
/device/linaro/hikey/gralloc960/
H A Dframebuffer_device.cpp215 info.green.offset = 5;
216 info.green.length = 6;
228 info.green.offset = 8;
229 info.green.length = 8;
312 info.green.offset, info.green.length,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
H A DEnum.py10 green = 2
13 Now, Color.red, Color.green and Color.blue behave totally
95 green = 2 variable in class:_test.Color
137 green = 2 variable in class:_test2.Color
/device/google/marlin/liblight/
H A Dlights.c54 = "/sys/class/leds/green/brightness";
69 = "/sys/class/leds/green/blink";
78 = "/sys/class/leds/green/on_off_ms";
87 = "/sys/class/leds/green/rgb_start";
213 int red, green, blue; local
242 green = ((colorRGB >> 8) & 0xFF) * rgb_brightness_ratio / 255;
248 write_int(GREEN_LED_FILE, green);
/device/google/wahoo/liblight/
H A Dlights.c54 = "/sys/class/leds/green/brightness";
69 = "/sys/class/leds/green/blink";
78 = "/sys/class/leds/green/on_off_ms";
87 = "/sys/class/leds/green/rgb_start";
213 int red, green, blue; local
241 green = ((colorRGB >> 8) & 0xFF) * rgb_brightness_ratio / 255;
247 write_int(GREEN_LED_FILE, green);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
63 getDispatch()->glClearColor(red, green, blue, alpha);
76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
78 getDispatch()->glColor4f(red, green, blue, alpha);
286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
288 getDispatch()->glClearColorx(red, green, blue, alpha);
311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
313 getDispatch()->glColor4ub(red, green, blue, alpha);
316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
318 getDispatch()->glColor4x(red, green, blu
321 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
851 glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
866 glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
H A DEnum.py16 green = 2
19 Now, Color.red, Color.green and Color.blue behave totally
35 'green': 2, 'blue': 3}.
130 green = 2 variable in class:_test.Color
/device/generic/goldfish/gralloc/
H A Dframebuffer.cpp251 info.green.offset, info.green.length,
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A 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) argument
316 ctx->glClearColor(ctx, red, green, blu
331 glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
583 glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
607 glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
613 glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
619 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
1367 glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
1391 glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
[all...]
H A Dgl_enc.cpp46 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
65 memcpy(ptr, &green, 4); ptr += 4;
127 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
146 memcpy(ptr, &green, 4); ptr += 4;
1347 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
1366 memcpy(ptr, &green, 4); ptr += 4;
1450 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
1469 memcpy(ptr, &green, 1); ptr += 1;
1478 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
1497 memcpy(ptr, &green,
1506 glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
4952 glClearColorxOES_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
5061 glColor4xOES_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
[all...]
/device/generic/goldfish-opengl/system/include/GLES/
H A 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 alpha);
H A Dglext.h668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
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, GLclampx alpha);
711 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A 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/google/cuttlefish_common/host/frontend/vnc_server/
H A Dvnc_client_connection.cpp326 auto green = GreenVal(raw_pixel); local
330 Pixel{green} << pixel_format_.green_shift;
/device/generic/goldfish-opengl/system/include/GLES2/
H A 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 alpha);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A 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) argument
472 ctx->glBlendColor(ctx, red, green, blue, alpha);
523 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
526 ctx->glClearColor(ctx, red, green, blue, alpha);
541 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
544 ctx->glColorMask(ctx, red, green, blue, alpha);
H A Dgl2_enc.cpp204 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
223 memcpy(ptr, &green, 4); ptr += 4;
478 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
497 memcpy(ptr, &green, 4); ptr += 4;
556 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
575 memcpy(ptr, &green, 1); ptr += 1;
/device/generic/goldfish-opengl/system/include/GLES3/
H A 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 alpha);
H A 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 alpha);
/device/google/wahoo/
H A Dinit.hardware.rc428 chown system system /sys/class/leds/green/on_off_ms
431 chown system system /sys/class/leds/green/rgb_start

Completed in 319 milliseconds