HomeSort by: relevance | last modified time | path
    Searched refs:PIXMAN_a8r8g8b8 (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/pixman/dist/test/
pixel-test.c 45 PIXMAN_a8r8g8b8, 0x1ffc3ff,
47 PIXMAN_a8r8g8b8, 0xff00c300,
56 PIXMAN_a8r8g8b8, 0x2b00ff00,
60 PIXMAN_a8r8g8b8, 0x27000013,
70 PIXMAN_a8r8g8b8, 0xff4f70ff,
72 PIXMAN_a8r8g8b8, 0xcac400
77 PIXMAN_a8r8g8b8, 0xffff2b
81 PIXMAN_a8r8g8b8, 0x977cff61,
92 PIXMAN_a8r8g8b8, 0xffbaff
102 PIXMAN_a8r8g8b8, 0xc0fd5
    [all...]
lowlevel-blt-bench.c 636 { "add_n_8_8", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a8 },
637 { "add_n_8_8888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a8r8g8b8 },
638 { "add_n_8_x888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_x8r8g8b8 },
639 { "add_n_8_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_r5g6b5 },
640 { "add_n_8_1555", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a1r5g5b5 },
641 { "add_n_8_4444", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a4r4g4b4 },
642 { "add_n_8_2222", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a2r2g2b2 },
643 { "add_n_8_2x10", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_x2r10g10b10 },
644 { "add_n_8_2a10", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a2r10g10b10 }
    [all...]
infinite-loop.c 24 PIXMAN_a8r8g8b8, SRC_WIDTH, SRC_HEIGHT, NULL, -1);
26 PIXMAN_a8r8g8b8, DST_WIDTH, DST_HEIGHT, NULL, -1);
pdf-op-test.c 50 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[s]), 4);
58 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[m]), 4);
67 PIXMAN_a8r8g8b8, 1, 1, &dp, 4);
neg-stride-test.c 39 { 16, 1000, -16, PIXMAN_a8r8g8b8 },
40 { 16, 1000, -16, PIXMAN_a8r8g8b8 },
oob-test.c 33 { 3, 6, 16, PIXMAN_a8r8g8b8 },
41 { 7, 5, 36, PIXMAN_a8r8g8b8 },
scaling-bench.c 18 PIXMAN_a8r8g8b8, SOURCE_WIDTH + 2, SOURCE_HEIGHT + 2,
58 PIXMAN_a8r8g8b8, dest_width, dest_height, dest_buf, dest_byte_stride);
alpha-loop.c 22 d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
filter-reduction-test.c 29 PIXMAN_a8r8g8b8, SIZE, SIZE, srcbuf, SIZE * 4);
34 PIXMAN_a8r8g8b8, SIZE, SIZE, dstbuf, SIZE * 4);
radial-invalid.c 14 PIXMAN_a8r8g8b8, WIDTH, HEIGHT, NULL, -1);
fetch-test.c 26 PIXMAN_a8r8g8b8,
167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
scaling-crash-test.c 62 PIXMAN_a8r8g8b8, src_width, src_height,
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4);
  /xsrc/external/mit/pixman/dist/demos/
screen-test.c 32 simg1 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src1, WIDTH * 4);
33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4);
34 simg3 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src3, WIDTH * 4);
35 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, 3 * WIDTH, 2 * HEIGHT, dest, 3 * WIDTH * 4);
convolution-test.c 35 simg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src, WIDTH * 4);
36 mimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, mask, WIDTH * 4);
37 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
checkerboard.c 23 checkerboard = pixman_image_create_bits (PIXMAN_a8r8g8b8,
27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8,
clip-in.c 27 pixman_image_t *src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, SMALL, SMALL, sbits, 4 * SMALL);
28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH);
alpha-test.c 53 alpha_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
61 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
69 src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
trap-test.c 34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
tri-test.c 32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
composite-test.c 125 parrot = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, (uint32_t *)parrot_bits, WIDTH * 4);
129 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
gtk-utils.c 156 case PIXMAN_a8r8g8b8:
162 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8,
clip-test.c 18 return pixman_image_create_bits (PIXMAN_a8r8g8b8,
conical-test.c 58 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
gradient-test.c 48 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
  /xsrc/external/mit/pixman/dist/pixman/
pixman-noop.c 122 { PIXMAN_a8r8g8b8,
131 { PIXMAN_a8r8g8b8,

Completed in 15 milliseconds

1 2 3 4