Searched refs:PIXMAN_r5g6b5 (Results 1 – 18 of 18) sorted by relevance
/external/pixman/test/ |
D | lowlevel-blt-bench.c | 606 …_n_8_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_r5g6b5 }, 615 …_n_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_r5g6b5 }, 624 …_8888_0565", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_r5g6b5 }, 628 …{ "add_0565_0565", PIXMAN_r5g6b5, 0, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_r5… 630 …{ "add_0565_2x10", PIXMAN_r5g6b5, 0, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_x2… 635 …_n_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_SRC, PIXMAN_null, 0, PIXMAN_r5g6b5 }, 642 …_8888_0565", PIXMAN_a8r8g8b8, 0, PIXMAN_OP_SRC, PIXMAN_null, 0, PIXMAN_r5g6b5 }, 643 …{ "src_0565_8888", PIXMAN_r5g6b5, 0, PIXMAN_OP_SRC, PIXMAN_null, 0, PIXMAN_a8… 648 …_0888_0565", PIXMAN_r8g8b8, 0, PIXMAN_OP_SRC, PIXMAN_null, 0, PIXMAN_r5g6b5 }, 652 …_0888_0565_rev", PIXMAN_b8g8r8, 0, PIXMAN_OP_SRC, PIXMAN_null, 0, PIXMAN_r5g6b5 }, [all …]
|
D | pixel-test.c | 52 PIXMAN_r5g6b5, 0xb9ff 56 PIXMAN_r5g6b5, 0xc1ff 59 PIXMAN_r5g6b5, 0xffc3, 63 PIXMAN_r5g6b5, 0x1f00, 67 PIXMAN_r5g6b5, 0xf9d2, 71 PIXMAN_r5g6b5, 0x00c3, 75 PIXMAN_r5g6b5, 0x09ff, 95 PIXMAN_r5g6b5, 0x0063,
|
D | a1-trap-test.c | 55 strcmp (format_name (PIXMAN_r5g6b5), "r5g6b5") == 0); in main()
|
D | rotate-test.c | 13 PIXMAN_r5g6b5,
|
D | affine-test.c | 84 PIXMAN_a8r8g8b8 : PIXMAN_x8r8g8b8) : PIXMAN_r5g6b5; in test_composite() 87 PIXMAN_a8r8g8b8 : PIXMAN_x8r8g8b8) : PIXMAN_r5g6b5; in test_composite()
|
D | check-formats.c | 169 PIXMAN_r5g6b5,
|
D | composite-traps-test.c | 15 PIXMAN_a8r8g8b8, PIXMAN_a8, PIXMAN_r5g6b5, PIXMAN_a1, PIXMAN_a4
|
D | glyph-test.c | 21 PIXMAN_r5g6b5,
|
D | stress-test.c | 16 PIXMAN_r5g6b5, 29 PIXMAN_r5g6b5,
|
D | blitters-test.c | 164 PIXMAN_r5g6b5,
|
D | scaling-test.c | 44 return PIXMAN_r5g6b5; in get_format()
|
D | composite.c | 99 PIXMAN_r5g6b5,
|
D | utils.c | 970 case PIXMAN_r5g6b5: return "r5g6b5"; in format_name()
|
/external/pixman/pixman/ |
D | pixman.c | 795 format == PIXMAN_r5g6b5 || in color_to_pixel() 824 else if (format == PIXMAN_r5g6b5 || in color_to_pixel() 1034 case PIXMAN_r5g6b5: in pixman_format_supported_source()
|
D | pixman.h | 712 PIXMAN_r5g6b5 = PIXMAN_FORMAT(16,PIXMAN_TYPE_ARGB,0,5,6,5), enumerator
|
D | pixman-fast-path.c | 1146 else if (dest_image->bits.format == PIXMAN_r5g6b5 || in fast_composite_solid_fill() 2273 { PIXMAN_r5g6b5, fast_fetch_r5g6b5, fast_write_back_r5g6b5 },
|
D | pixman-mmx.c | 3911 { PIXMAN_r5g6b5, mmx_fetch_r5g6b5 },
|
D | pixman-sse2.c | 6352 { PIXMAN_r5g6b5, sse2_fetch_r5g6b5 },
|