HomeSort by relevance Sort by last modified time
    Searched refs:make_random_bytes (Results 1 - 7 of 7) sorted by null

  /external/pixman/test/
alpha-loop.c 16 alpha = make_random_bytes (WIDTH * HEIGHT);
17 src = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * 4);
18 dest = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * 4);
composite-traps-test.c 107 bits = (uint32_t *)make_random_bytes (src_stride * src_height);
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
utils.h 91 make_random_bytes (int n_bytes);
stress-test.c 9 #define make_random_bytes malloc
296 bits = (uint32_t *)make_random_bytes (height * stride);
343 bits = (uint32_t *)make_random_bytes (height * stride);
glyph-test.c 147 if (!(data = (uint32_t *)make_random_bytes (stride * height)))
alphamap.c 44 bits = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * bpp);
utils.c 424 make_random_bytes (int n_bytes) function
    [all...]

Completed in 47 milliseconds