Home
last modified time | relevance | path

Searched refs:make_random_bytes (Results 1 – 7 of 7) sorted by relevance

/external/pixman/test/
Dalpha-loop.c16 alpha = make_random_bytes (WIDTH * HEIGHT); in main()
17 src = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * 4); in main()
18 dest = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * 4); in main()
Dcomposite-traps-test.c107 bits = (uint32_t *)make_random_bytes (src_stride * src_height); in test_composite()
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height); in test_composite()
Dstress-test.c9 #define make_random_bytes malloc
296 bits = (uint32_t *)make_random_bytes (height * stride); in create_random_bits_image()
343 bits = (uint32_t *)make_random_bytes (height * stride); in create_random_bits_image()
Dutils.h91 make_random_bytes (int n_bytes);
Dglyph-test.c147 if (!(data = (uint32_t *)make_random_bytes (stride * height))) in create_image()
Dalphamap.c44 bits = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * bpp); in make_image()
Dutils.c424 make_random_bytes (int n_bytes) in make_random_bytes() function