Home
last modified time | relevance | path

Searched refs:mem_pool (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_runtime/
Ddemo_guix_bidi_text_line_break_runtime.c17 TX_BYTE_POOL mem_pool; variable
36 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
53 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c21 TX_BYTE_POOL mem_pool; variable
41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c16 TX_BYTE_POOL mem_pool; variable
41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
Dnormalization_test.c13 extern TX_BYTE_POOL mem_pool;
170 pool_size = mem_pool.tx_byte_pool_available; in normalization_test()
196 if (pool_size != mem_pool.tx_byte_pool_available) in normalization_test()
/GUIX-v6.2.1/test/example_internal/arabic_glyph_shaping/
Ddemo_arabic_glyph_shaping.c16 TX_BYTE_POOL mem_pool; variable
41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
58 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dbidi_character_test.c21 extern TX_BYTE_POOL mem_pool;
184 pool_size = mem_pool.tx_byte_pool_available; in bidi_character_test()
198 if (pool_size != mem_pool.tx_byte_pool_available) in bidi_character_test()
Ddemo_bidi_text_draw_32bpp.c22 TX_BYTE_POOL mem_pool; variable
49 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
96 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_utility_8bpp_pixelmap_rotate.c136 tx_byte_pool_delete(&mem_pool); in control_thread_entry()
137 tx_byte_pool_create(&mem_pool, "test_memory_pool", test_memory, in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp/
Ddemo_guix_all_widgets_8bpp.c27 TX_BYTE_POOL mem_pool; variable
71 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
88 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/all_widgets_execute/
Ddemo_guix_all_widgets_execute.c36 TX_BYTE_POOL mem_pool; variable
73 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
91 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_4/
Ddemo_guix_all_widgets_5_3_4.c38 TX_BYTE_POOL mem_pool; variable
75 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
93 tx_byte_pool_create(&mem_pool, "scratchpad", scratchpad, in tx_application_define()