/device/google/cuttlefish/host/commands/secure_env/doc/ |
D | linkage.dot | 12 host_keymaster_in [color = "blue", label = "internal/keymaster_fifo_vm.in", shape = "rectangle"] 13 … host_keymaster_out [color = "blue", label = "internal/keymaster_fifo_vm.out", shape = "rectangle"] 18 host_keymint_in [color = "blue", label = "internal/keymint_fifo_vm.in", shape = "rectangle"] 19 host_keymint_out [color = "blue", label = "internal/keymint_fifo_vm.out", shape = "rectangle"] 30 keymaster [color = "blue", label = "KeyMint (C++) HAL"] 31 keymint [color = "blue", label = "KeyMint (Rust) HAL"] 38 keymaster_console [color = "blue", label = "/dev/hvc3", shape = "rectangle"] 39 keymint_console [color = "blue", label = "/dev/hvc11", shape = "rectangle"] 55 secure_env -> host_keymaster_out -> vmm [color = "blue", dir = "back"] 56 secure_env -> host_keymaster_in -> vmm [color = "blue"] [all …]
|
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/doc/ |
D | linkage.dot | 15 …host_fixed_location_console_in [color = "blue", label = "internal/locationhvc_fifo_vm.in", shape =… 16 …host_fixed_location_console_out [color = "blue", label = "internal/locationhvc_fifo_vm.out", shape… 24 fixed_location_console [color = "blue", label = "/dev/hvc6 | /dev/gnss1", shape = "rectangle"] 35 fixed_location_console -> gnss_hal [color = "blue", dir = "both"] 50 host_fixed_location_console_in -> gnss_grpc_proxy [color = "blue", dir = "back"] 51 host_fixed_location_console_out -> gnss_grpc_proxy [color = "blue"] 53 host_fixed_location_console_out -> vmm [color = "blue"] 54 host_fixed_location_console_in -> vmm [color = "blue", dir = "back"] 56 vmm -> fixed_location_console [color = "blue", dir = "both"]
|
/device/google/cuttlefish/host/commands/assemble_cvd/doc/ |
D | disk.dot | 31 …odm [color = "blue", URL = "https://source.android.com/docs/core/architecture/bootloader/partition… 32 vendor [color = "blue", URL = "https://source.android.com/docs/core/architecture"] 33 …vendor_dlkm [color = "blue", URL = "https://source.android.com/docs/core/architecture/bootloader/p… 34 …odm_dlkm [color = "blue", URL = "https://source.android.com/docs/core/architecture/bootloader/part… 60 super -> odm [color = "blue"] 61 super -> vendor [color = "blue"] 62 super -> vendor_dlkm [color = "blue"] 63 super -> odm_dlkm [color = "blue"]
|
/device/google/cuttlefish/host/frontend/webrtc/doc/ |
D | graphics.dot | 8 host_renderer [label = < <font color="blue">gfxstream</font> / virglrenderer >] 12 vmm [label = < <font color="blue">crosvm</font> / <font color="red">qemu</font> >] 33 vulkan_ranchu [color = "blue", label = "Gfxstream Vulkan"] 41 wayland_socket -> webrtc [dir = both, color = "blue", label = < <I>Wayland</I> >] 42 vmm -> wayland_socket [dir = both, color = "blue", label = < <I>Wayland</I> >]
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 246 info.blue.offset = 0; in init_frame_buffer_locked() 247 info.blue.length = 5; in init_frame_buffer_locked() 259 info.blue.offset = 0; in init_frame_buffer_locked() 260 info.blue.length = 8; in init_frame_buffer_locked() 344 info.blue.offset, info.blue.length); in init_frame_buffer_locked()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 229 info.blue.offset = 0; in init_frame_buffer_locked() 230 info.blue.length = 5; in init_frame_buffer_locked() 242 info.blue.offset = 0; in init_frame_buffer_locked() 243 info.blue.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/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 229 info.blue.offset = 0; in init_frame_buffer_locked() 230 info.blue.length = 5; in init_frame_buffer_locked() 242 info.blue.offset = 0; in init_frame_buffer_locked() 243 info.blue.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/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/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/amlogic/yukawa/hal/lights/ |
D | lights.cpp | 49 uint8_t blue; member 119 write8reg8(fd, addr.blue, (color)&0xFF); in writeLedArray()
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/ |
D | style.css | 35 --custom-button-bg: #1c4587ff; /* blue */ 62 --custom-button-bg: #8fc3ea; /* light blue */ 291 /* Give the custom buttons column a blue background. */
|
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/ |
D | drm_mode.h | 583 __u64 blue; member 597 __u16 blue; member
|
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/ |
D | drm_mode.h | 583 __u64 blue; member 597 __u16 blue; member
|
/device/google/coral-kernel/sm8150/kernel-headers/drm/ |
D | drm_mode.h | 353 __u64 blue; member 361 __u16 blue; member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/ |
D | drm_mode.h | 353 __u64 blue; member 361 __u16 blue; member
|
/device/google/redbull-kernel/sm7250/kernel-headers/drm/ |
D | drm_mode.h | 355 __u64 blue; member 363 __u16 blue; member
|
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/ |
D | drm_mode.h | 623 __u64 blue; member 640 __u16 blue; member
|
/device/amlogic/yukawa/ |
D | ueventd.rc | 22 /sys/class/leds/sei610\:blue\:bt brightness 0666 system system
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | README.md | 4 [![Rust](https://img.shields.io/badge/rust-1.30%2B-blue.svg?maxAge=3600)](https://github.com/rust-l…
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/ |
D | style.css | 145 /* Give the custom buttons column a blue background. */
|
/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/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | C2GoldfishVpxDec.cpp | 148 .blue = { .x = 0.131, .y = 0.046 }, in IntfImpl()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 25831 HSPLandroid/graphics/Color;->blue()F 25832 HSPLandroid/graphics/Color;->blue(I)I 25833 HSPLandroid/graphics/Color;->blue(J)F
|