Home
last modified time | relevance | path

Searched refs:TX_BYTE_POOL (Results 1 – 25 of 138) sorted by relevance

123456

/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h647 } TX_BYTE_POOL; typedef
1097 …e_pool_create(p,n,s,l) _txr_byte_pool_create((p),(n),(s),(l),(sizeof(TX_BYTE_POOL)))
1209 …e_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(TX_BYTE_POOL)))
1366 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
1368 UINT _tx_byte_pool_create(TX_BYTE_POOL *pool_ptr, CHAR *name_ptr, VOID *pool_start,
1370 UINT _tx_byte_pool_delete(TX_BYTE_POOL *pool_ptr);
1371 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1373 ULONG *suspended_count, TX_BYTE_POOL **next_pool);
1374 UINT _tx_byte_pool_performance_info_get(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *rel…
1378 UINT _tx_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr);
[all …]
/GUIX-v6.2.1/test/example_internal/png_draw_32bpp/
Ddemo_guix_png_draw_32bpp.c16 TX_BYTE_POOL decode_pool;
/GUIX-v6.2.1/test/example_internal/png_draw_16bpp/
Ddemo_guix_png_draw_16bpp.c16 TX_BYTE_POOL decode_pool;
/GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/
Ddemo_runtime_allocate_16bpp.c14 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/test/example_internal/template/
Ddemo_guix_template.c12 TX_BYTE_POOL memory_pool;
/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;
/GUIX-v6.2.1/test/example_internal/system_screen_stack/
Ddemo_guix_system_screen_stack.c17 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping_runtime/
Ddemo_thai_glyph_shaping_runtime.c21 TX_BYTE_POOL mem_pool;
/GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/
Ddemo_guix_jpeg_draw_16bpp.c16 TX_BYTE_POOL decode_pool;
/GUIX-v6.2.1/test/example_internal/jpeg_draw_32bpp/
Ddemo_guix_jpeg_draw_32bpp.c16 TX_BYTE_POOL decode_pool;
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_image_reader_colorspace_convert_4bpp.c57 TX_BYTE_POOL test_memory_pool;
Dvalidation_guix_text_scroll_wheel_round_draw.c75 extern TX_BYTE_POOL rotate_pool;
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c19 TX_BYTE_POOL rotate_pool;
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c10 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/
Ddemo_guix_circular_gauge.c13 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/
Ddemo_guix_runtime_bidi_text.c17 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/test/example_internal/thai_glyph_shaping/
Ddemo_thai_glyph_shaping.c16 TX_BYTE_POOL mem_pool;
Dnormalization_test.c13 extern TX_BYTE_POOL mem_pool;
/GUIX-v6.2.1/test/example_internal/arabic_glyph_shaping/
Ddemo_arabic_glyph_shaping.c16 TX_BYTE_POOL mem_pool;
/GUIX-v6.2.1/test/example_internal/dynamic_menu/
Ddemo_guix_menu.c15 TX_BYTE_POOL byte_pool;
/GUIX-v6.2.1/test/example_internal/bidi_text_line_break_static/
Ddemo_guix_bidi_text_line_break_static.c21 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/test/example_internal/two_displays_binres/
Ddemo_guix_two_displays_binres.c15 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/tutorials/demo_guix_binres_standalone/
Ddemo_guix_binres_standalone.c17 TX_BYTE_POOL memory_pool;
/GUIX-v6.2.1/test/example_internal/color_convert_8bpp/
Ddemo_guix_color_convert_8bpp.c13 TX_BYTE_POOL decode_pool;
/GUIX-v6.2.1/test/example_internal/sprite_16bpp/
Ddemo_guix_sprite_16bpp.c21 TX_BYTE_POOL resize_pool;

123456