| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_circular_gauge_16bpp.c | 59 #define TEST_MEMORY_SIZE 1000 macro 60 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 99 tx_byte_pool_create(&rotate_pool, "test_memory_pool", test_memory, TEST_MEMORY_SIZE); in control_thread_entry() 102 sprintf(test_comment, "set memory pool size = %d, needle angle = 30", TEST_MEMORY_SIZE); in control_thread_entry()
|
| D | validation_guix_system_private_string_list_copy.c | 92 #define TEST_MEMORY_SIZE 100 macro 93 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 119 tx_byte_pool_create(&rotate_pool, "test_memory_pool", test_memory, TEST_MEMORY_SIZE); in control_thread_entry() 127 …printf(test_comment, "set memory pool size to %d, add GX_STYLE_TEXT_COPY style", TEST_MEMORY_SIZE); in control_thread_entry()
|
| D | validation_guix_system_private_string.c | 62 #define TEST_MEMORY_SIZE 100 macro 63 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 78 tx_byte_pool_create(&rotate_pool, "test_memory_pool", test_memory, TEST_MEMORY_SIZE); in control_thread_entry() 91 …printf(test_comment, "set memory pool size to %d, add GX_STYLE_TEXT_COPY style", TEST_MEMORY_SIZE); in control_thread_entry()
|
| D | validation_guix_radial_progress_bar_background_draw.c | 61 #define TEST_MEMORY_SIZE 1000 macro 62 GX_COLOR TEST_MEMORY[TEST_MEMORY_SIZE]; 93 …tx_byte_pool_create(&memory_pool, "memory_pool", TEST_MEMORY, TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_canvas_rotated_text_draw.c | 62 #define TEST_MEMORY_SIZE 5000 macro 63 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 135 … tx_byte_pool_create(&rotate_pool, "test_memory_pool", test_memory, TEST_MEMORY_SIZE); in control_thread_entry()
|
| D | validation_guix_image_reader_colorspace_convert_4bpp.c | 55 #define TEST_MEMORY_SIZE 25000 macro 56 GX_COLOR test_memory[TEST_MEMORY_SIZE]; 129 TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_jpeg_draw_32bpp.c | 58 #define TEST_MEMORY_SIZE 100 macro 60 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 133 tx_byte_pool_create(&decode_pool, "test_memory", test_memory, TEST_MEMORY_SIZE); in control_thread_entry()
|
| D | validation_guix_utility_1bpp_pixelmap_rotate.c | 72 #define TEST_MEMORY_SIZE 500 macro 74 GX_COLOR test_memory[TEST_MEMORY_SIZE]; 137 TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_utility_32bpp_pixelmap_rotate.c | 72 #define TEST_MEMORY_SIZE 500 macro 74 GX_COLOR test_memory[TEST_MEMORY_SIZE]; 138 TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_text_scroll_wheel_round_draw.c | 73 #define TEST_MEMORY_SIZE 3000 macro 74 GX_COLOR test_memory[TEST_MEMORY_SIZE]; 113 …tx_byte_pool_create(&rotate_pool, "memory_pool", test_memory, TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_utility_8bpp_pixelmap_rotate.c | 67 #define TEST_MEMORY_SIZE 500 macro 68 GX_COLOR test_memory[TEST_MEMORY_SIZE]; 138 TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| D | validation_guix_image_reader_png_decode_no_output.c | 45 #define TEST_MEMORY_SIZE 500 macro 50 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; 1157 tx_byte_pool_create(&test_memory_pool, "scratchpad", test_memory, TEST_MEMORY_SIZE); in control_thread_entry()
|