Home
last modified time | relevance | path

Searched defs:new_rgb_565 (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c17324 uint32_t new_rgb_565 = (new_r5 << 11) | (new_g6 << 5) | (new_b5 << 0); in wuffs_base__pixel_swizzler__bgr_565__bgra_nonpremul__src_over() local
17380 uint32_t new_rgb_565 = (new_r5 << 11) | (new_g6 << 5) | (new_b5 << 0); in wuffs_base__pixel_swizzler__bgr_565__bgra_nonpremul_4x16le__src_over() local
17465 uint32_t new_rgb_565 = (new_r5 << 11) | (new_g6 << 5) | (new_b5 << 0); in wuffs_base__pixel_swizzler__bgr_565__bgra_premul__src_over() local
17585 uint32_t new_rgb_565 = (new_r5 << 11) | (new_g6 << 5) | (new_b5 << 0); in wuffs_base__pixel_swizzler__bgr_565__rgba_nonpremul__src_over() local
17672 uint32_t new_rgb_565 = (new_r5 << 11) | (new_g6 << 5) | (new_b5 << 0); in wuffs_base__pixel_swizzler__bgr_565__rgba_premul__src_over() local