Searched refs:make_random_bytes (Results 1 – 7 of 7) sorted by relevance
16 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()
107 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()
9 #define make_random_bytes malloc296 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()
91 make_random_bytes (int n_bytes);
147 if (!(data = (uint32_t *)make_random_bytes (stride * height))) in create_image()
44 bits = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * bpp); in make_image()
424 make_random_bytes (int n_bytes) in make_random_bytes() function