Home
last modified time | relevance | path

Searched refs:tx_byte_allocate (Results 1 – 25 of 136) sorted by relevance

123456

/GUIX-v6.2.1/test/example_internal/png_draw_32bpp/
Ddemo_guix_png_draw_32bpp.c37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/png_draw_16bpp/
Ddemo_guix_png_draw_16bpp.c37 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/
Ddemo_runtime_allocate_16bpp.c36 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/template/
Ddemo_guix_template.c33 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_runtime/
Ddemo_guix_bidi_text_line_break_runtime.c36 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/system_screen_stack/
Ddemo_guix_system_screen_stack.c45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/
Ddemo_guix_jpeg_draw_16bpp.c43 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_32bpp/
Ddemo_guix_jpeg_draw_32bpp.c45 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in decode_memory_allocate()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_image_reader_colorspace_convert_4bpp.c74 if (tx_byte_allocate(&test_memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in test_memory_allocate()
Dvalidation_guix_image_reader_start_no_output.c61 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in test_memory_allocate()
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c46 if (tx_byte_allocate(&rotate_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in rotate_memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c34 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/
Ddemo_guix_circular_gauge.c38 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/
Ddemo_guix_runtime_bidi_text.c42 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/arabic_glyph_shaping/
Ddemo_arabic_glyph_shaping.c41 if (tx_byte_allocate(&mem_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/dynamic_menu/
Ddemo_guix_menu.c41 if (tx_byte_allocate(&byte_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in demo_allocator()
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_static/
Ddemo_guix_bidi_text_line_break_static.c47 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/two_displays_binres/
Ddemo_guix_two_displays_binres.c43 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/tutorials/demo_guix_binres_standalone/
Ddemo_guix_binres_standalone.c46 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/color_convert_8bpp/
Ddemo_guix_color_convert_8bpp.c41 if (tx_byte_allocate(&decode_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in convert_memory_allocate()
/GUIX-v6.2.1/test/example_internal/sprite_16bpp/
Ddemo_guix_sprite_16bpp.c41 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate()
/GUIX-v6.2.1/test/example_internal/kerning_glyph_in_string_table/
Ddemo_kerning_glyph_in_string_table.c47 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/test/example_internal/standalone_binres_load_8bpp/
Ddemo_guix_standalone_binres_load_8bpp.c45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()

123456