Searched refs:resize_pool (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_utility_16bpp_pixelmap_resize.c | 97 tx_byte_pool_delete(&resize_pool); in control_thread_entry() 100 tx_byte_pool_create(&resize_pool, "rotate_pool_20000", test_memory_20000, in control_thread_entry() 105 tx_byte_pool_create(&resize_pool, "rotate_pool_60000", test_memory_60000, in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/sprite_16bpp/ |
| D | demo_guix_sprite_16bpp.c | 21 TX_BYTE_POOL resize_pool; variable 41 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate() 63 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/pixelmap_resize_16bpp/ |
| D | demo_guix_pixelmap_resize_16bpp.c | 24 TX_BYTE_POOL resize_pool; variable 45 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate() 62 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/pixelmap_resize_8bpp/ |
| D | demo_guix_pixelmap_resize_8bpp.c | 24 TX_BYTE_POOL resize_pool; variable 45 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate() 61 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/pixelmap_resize_32bpp/ |
| D | demo_guix_pixelmap_resize_32bpp.c | 24 TX_BYTE_POOL resize_pool; variable 46 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate() 62 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/samples/demo_guix_sprite/ |
| D | demo_guix_sprite.c | 21 TX_BYTE_POOL resize_pool; variable 35 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate() 56 tx_byte_pool_create(&resize_pool, "scratchpad", scratchpad, in tx_application_define()
|