| /GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/ |
| D | demo_runtime_allocate_16bpp.c | 14 TX_BYTE_POOL memory_pool; variable 36 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 52 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/template/ |
| D | demo_guix_template.c | 12 TX_BYTE_POOL memory_pool; variable 33 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 51 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/system_screen_stack/ |
| D | demo_guix_system_screen_stack.c | 17 TX_BYTE_POOL memory_pool; variable 35 tx_byte_pool_create(&memory_pool, "memory_pool", memory_buffer, MEMORY_SIZE * sizeof(GX_COLOR)); in tx_application_define() 45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
| /GUIX-v6.2.1/samples/demo_guix_thermostat/ |
| D | demo_guix_thermostat.c | 10 TX_BYTE_POOL memory_pool; variable 34 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 52 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/ |
| D | demo_guix_circular_gauge.c | 13 TX_BYTE_POOL memory_pool; variable 38 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 56 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/ |
| D | demo_guix_runtime_bidi_text.c | 17 TX_BYTE_POOL memory_pool; variable 42 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 65 tx_byte_pool_create(&memory_pool, "guix pool memory", guix_pool_memory, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_line_break_static/ |
| D | demo_guix_bidi_text_line_break_static.c | 21 TX_BYTE_POOL memory_pool; variable 47 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 152 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/two_displays_binres/ |
| D | demo_guix_two_displays_binres.c | 15 TX_BYTE_POOL memory_pool; variable 43 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 65 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in start_guix()
|
| /GUIX-v6.2.1/tutorials/demo_guix_binres_standalone/ |
| D | demo_guix_binres_standalone.c | 17 TX_BYTE_POOL memory_pool; variable 46 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 82 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/kerning_glyph_in_string_table/ |
| D | demo_kerning_glyph_in_string_table.c | 23 TX_BYTE_POOL memory_pool; variable 47 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 63 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_8bpp/ |
| D | demo_guix_standalone_binres_load_8bpp.c | 15 TX_BYTE_POOL memory_pool; variable 45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 64 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in start_guix()
|
| /GUIX-v6.2.1/test/example_internal/binres_theme_static_language/ |
| D | demo_guix_binres_theme_static_language.c | 13 TX_BYTE_POOL memory_pool; variable 42 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 91 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_5_5_1/ |
| D | demo_guix_multi_themes_16bpp_5_5_1.c | 13 TX_BYTE_POOL memory_pool; variable 40 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 64 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_radial_progress_bar_background_draw.c | 92 tx_byte_pool_delete(&memory_pool); in control_thread_entry() 93 …tx_byte_pool_create(&memory_pool, "memory_pool", TEST_MEMORY, TEST_MEMORY_SIZE * sizeof(GX_COLOR)); in control_thread_entry()
|
| /GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/ |
| D | demo_guix_ml_text_input.c | 11 TX_BYTE_POOL memory_pool; variable 55 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 77 …tx_byte_pool_create(&memory_pool, "memory_pool", memory_pool_buffer, MEMORY_POOL_SIZE * sizeof(GX_… in tx_application_define()
|
| /GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/ |
| D | demo_guix_scroll_wheel.c | 11 TX_BYTE_POOL memory_pool; variable 39 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 61 …tx_byte_pool_create(&memory_pool, "memory_pool", memory_pool_buffer, MEMORY_POOL_SIZE * sizeof(GX_… in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_synergy/ |
| D | demo_guix_multi_themes_16bpp_synergy.c | 15 TX_BYTE_POOL memory_pool; variable 41 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 65 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_332rgb/ |
| D | demo_guix_multi_themes_332rgb.c | 13 TX_BYTE_POOL memory_pool; variable 41 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 65 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_32bpp/ |
| D | demo_guix_multi_themes_32bpp.c | 15 TX_BYTE_POOL memory_pool; variable 40 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 66 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_8bpp_palette/ |
| D | demo_guix_multi_themes_8bpp_palette.c | 15 TX_BYTE_POOL memory_pool; variable 40 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 64 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_extended_unicode_32bpp/ |
| D | demo_guix_standalone_binres_load_extended_unicode_32bpp.c | 16 TX_BYTE_POOL memory_pool; variable 41 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 60 tx_byte_pool_create(&memory_pool, "guix_pool_memory", guix_pool_memory, GUIX_POOL_SIZE); in start_guix()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_16bpp/ |
| D | demo_guix_ml_text_view_16bpp.c | 17 TX_BYTE_POOL memory_pool; variable 39 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 72 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/radial_progress_bar/ |
| D | demo_guix_radial_progress_bar.c | 14 TX_BYTE_POOL memory_pool; variable 36 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 60 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|
| /GUIX-v6.2.1/test/example_internal/generic_scroll_wheel/ |
| D | demo_guix_generic_scroll_wheel.c | 19 TX_BYTE_POOL memory_pool; variable 48 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 72 tx_byte_pool_create(&memory_pool, "memory poll", memory_buffer, MEMORY_SIZE); in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/multi_themes_16bpp/ |
| D | demo_guix_multi_themes_16bpp.c | 15 TX_BYTE_POOL memory_pool; variable 44 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate() 68 tx_byte_pool_create(&memory_pool, "scratchpad", scratchpad, in tx_application_define()
|