/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 244 info.green.offset = 5; in init_frame_buffer_locked() 245 info.green.length = 6; in init_frame_buffer_locked() 257 info.green.offset = 8; in init_frame_buffer_locked() 258 info.green.length = 8; in init_frame_buffer_locked() 343 info.green.offset, info.green.length, in init_frame_buffer_locked()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 227 info.green.offset = 5; in init_frame_buffer_locked() 228 info.green.length = 6; in init_frame_buffer_locked() 240 info.green.offset = 8; in init_frame_buffer_locked() 241 info.green.length = 8; in init_frame_buffer_locked() 316 info.red.length, info.green.offset, info.green.length, info.blue.offset, info.blue.length); in init_frame_buffer_locked()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 227 info.green.offset = 5; in init_frame_buffer_locked() 228 info.green.length = 6; in init_frame_buffer_locked() 240 info.green.offset = 8; in init_frame_buffer_locked() 241 info.green.length = 8; in init_frame_buffer_locked() 316 info.red.length, info.green.offset, info.green.length, info.blue.offset, info.blue.length); in init_frame_buffer_locked()
|
/device/google/wahoo/liblight/ |
D | lights.c | 213 int red, green, blue; in set_speaker_light_locked() local 241 green = ((colorRGB >> 8) & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked() 247 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/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 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); 59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 61 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
D | gles2_core.entries | 12 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 21 void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 24 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/device/amlogic/yukawa/hal/lights/ |
D | lights.cpp | 48 uint8_t green; member 118 write8reg8(fd, addr.green, ((color >> 8) & 0xFF)); in writeLedArray()
|
/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); 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument 318 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor() [all …]
|
D | gl_enc.cpp | 48 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() argument 67 memcpy(ptr, &green, 4); ptr += 4; in glClearColor_enc() 129 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc() argument 148 memcpy(ptr, &green, 4); ptr += 4; in glColor4f_enc() 1349 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx_enc() argument 1368 memcpy(ptr, &green, 4); ptr += 4; in glClearColorx_enc() 1452 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub_enc() argument 1471 memcpy(ptr, &green, 1); ptr += 1; in glColor4ub_enc() 1480 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc() argument 1499 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/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 47 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 53 GL_ENTRY(void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) 184 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 188 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/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/cuttlefish/host/frontend/vnc_server/ |
D | vnc_client_connection.cpp | 327 auto green = GreenVal(raw_pixel); in AppendRawStripe() local 331 Pixel{green} << pixel_format_.green_shift; in AppendRawStripe()
|
/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); 484 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() argument 487 ctx->glBlendColor(ctx, red, green, blue, alpha); in glBlendColor() 538 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument 541 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor() 556 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() argument 559 ctx->glColorMask(ctx, red, green, blue, alpha); in glColorMask()
|
D | gl2_enc.cpp | 206 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc() argument 225 memcpy(ptr, &green, 4); ptr += 4; in glBlendColor_enc() 480 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() argument 499 memcpy(ptr, &green, 4); ptr += 4; in glClearColor_enc() 558 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask_enc() argument 577 memcpy(ptr, &green, 1); ptr += 1; in glColorMask_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 20 GL_ENTRY(void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
|
/device/google/wahoo/ |
D | init.hardware.rc | 414 chown system system /sys/class/leds/green/on_off_ms 417 chown system system /sys/class/leds/green/rgb_start
|
/device/google/bonito/ |
D | init.hardware.rc | 383 chown system system /sys/class/leds/green/on_off_ms 386 chown system system /sys/class/leds/green/rgb_start
|
/device/google/crosshatch/ |
D | init.hardware.rc | 462 chown system system /sys/class/leds/green/on_off_ms 465 chown system system /sys/class/leds/green/rgb_start
|