Home
last modified time | relevance | path

Searched refs:_al_vector_ref (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxrandr.c243 xrandr_screen *screen = _al_vector_ref(&s->xrandr_screens, sid); in xrandr_fetch_crtc()
246 xrandr_crtc *crtc = _al_vector_ref(&screen->crtcs, i); in xrandr_fetch_crtc()
258 xrandr_screen *screen = _al_vector_ref(&s->xrandr_screens, sid); in xrandr_fetch_output()
261 xrandr_output *output = _al_vector_ref(&screen->outputs, i); in xrandr_fetch_output()
273 xrandr_screen *screen = _al_vector_ref(&s->xrandr_screens, sid); in xrandr_fetch_mode()
276 xrandr_mode *mode = _al_vector_ref(&screen->modes, i); in xrandr_fetch_mode()
344 xrandr_crtc *crtc = _al_vector_ref(&screen->crtcs, j); in xrandr_query()
357 xrandr_crtc *crtc_k = _al_vector_ref(&screen->crtcs, k); in xrandr_query()
560 xrandr_crtc *c = _al_vector_ref(&screen->crtcs, i); in xrandr_set_mode()
874 xrandr_screen *screen = _al_vector_ref(&s->xrandr_screens, i); in _al_xsys_xrandr_exit()
[all …]
H A Dxsystem.c69 if (*((uint32_t *)_al_vector_ref(&v, i)) == c) { in bitmap_to_xpm()
95 uint32_t c = *((uint32_t *)_al_vector_ref(&v, i)); in bitmap_to_xpm()
116 uint32_t pixel2 = *((uint32_t *)_al_vector_ref(&v, i)); in bitmap_to_xpm()
270 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&s->displays, 0); in xglx_shutdown_system()
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_joystick.c102 al_free(*((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, 1))); in andjoy_reconfigure_joysticks()
128 andjoy = *((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, num)); in andjoy_get_joystick()
143 al_free(*((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, 0))); in andjoy_release_joystick()
161 ALLEGRO_JOYSTICK_ANDROID **ptr = _al_vector_ref(&joysticks, i); in andjoy_get_joystick_state()
199 ALLEGRO_JOYSTICK_ANDROID *accel = *((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, 0)); in _al_android_generate_accelerometer_event()
234 …ALLEGRO_JOYSTICK_ANDROID *joystick = *((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, ind… in _al_android_generate_joystick_axis_event()
266 …ALLEGRO_JOYSTICK_ANDROID *joystick = *((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, ind… in _al_android_generate_joystick_button_event()
302 … ALLEGRO_JOYSTICK_ANDROID *andjoy = *((ALLEGRO_JOYSTICK_ANDROID **)_al_vector_ref(&joysticks, i)); in andjoy_get_name()
H A Dandroid_keyboard.c134 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&system->displays, 0);
151 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&system->displays, 0);
167 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&system->displays, 0);
H A Dandroid_system.c302 ALLEGRO_DISPLAY *display = *(ALLEGRO_DISPLAY**)_al_vector_ref(&sys->displays, 0);
338 d = *(ALLEGRO_DISPLAY**)_al_vector_ref(&sys->displays, 0);
345 ALLEGRO_DISPLAY *display = *(ALLEGRO_DISPLAY**)_al_vector_ref(&sys->displays, 0);
423 d = *(ALLEGRO_DISPLAY**)_al_vector_ref(&sys->displays, 0);
514 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&s->displays, 0); in android_shutdown_system()
H A Dandroid_display.c51 ALLEGRO_DISPLAY_ANDROID **dptr = _al_vector_ref(&system->displays, 0);
63 ALLEGRO_DISPLAY_ANDROID **dptr = _al_vector_ref(&sys->displays, 0);
116 ALLEGRO_DISPLAY_ANDROID **dptr = _al_vector_ref(&system->displays, 0);
823 ALLEGRO_BITMAP **bptr = _al_vector_ref(&dpy->bitmaps, i); in android_acknowledge_drawing_halt()
882 ALLEGRO_BITMAP **bptr = _al_vector_ref(&dpy->bitmaps, i); in android_acknowledge_drawing_resume()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dkcm_sample.c243 AUTO_SAMPLE *slot = _al_vector_ref(&auto_samples, current_samples_count); in al_reserve_samples()
280 AUTO_SAMPLE *slot = _al_vector_ref(&auto_samples, i); in al_set_default_mixer()
356 AUTO_SAMPLE *slot = _al_vector_ref(&auto_samples, i); in al_play_sample()
408 slot = _al_vector_ref(&auto_samples, spl_id->_index); in al_stop_sample()
424 slot = _al_vector_ref(&auto_samples, spl_id->_index); in al_lock_sample_id()
442 slot = _al_vector_ref(&auto_samples, spl_id->_index); in al_unlock_sample_id()
456 AUTO_SAMPLE *slot = _al_vector_ref(&auto_samples, i); in al_stop_samples()
518 AUTO_SAMPLE *slot = _al_vector_ref(&auto_samples, j); in free_sample_vector()
H A Dkcm_instance.c56 ALLEGRO_SAMPLE_INSTANCE **slot = _al_vector_ref(&mixer->streams, i); in _al_kcm_stream_set_mutex()
81 ALLEGRO_SAMPLE_INSTANCE **slot = _al_vector_ref(&mixer->streams, i); in stream_free()
128 ALLEGRO_SAMPLE_INSTANCE **slot = _al_vector_ref(&mixer->streams, i); in _al_kcm_detach_from_parent()
/dports/devel/allegro5/allegro5-5.2.7.0/src/unix/
H A Dufdwatch.c73 wi = _al_vector_ref(&fd_watch_list, i); in fd_watch_thread_func()
101 wi = _al_vector_ref(&fd_watch_list, i); in fd_watch_thread_func()
173 wi = _al_vector_ref(&fd_watch_list, i); in _al_unix_stop_watching_fd()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/
H A Dmenu.c98 slot = _al_vector_ref(&menu->items, i); in _al_walk_over_menu()
169 if (*(ALLEGRO_MENU_ITEM **)_al_vector_ref(&item->parent->items, i) == item) { in destroy_menu_item()
179 menu_id = (_AL_MENU_ID *) _al_vector_ref(&menu_ids, j); in destroy_menu_item()
283 return *(ALLEGRO_MENU_ITEM **) _al_vector_ref(&((*menu)->items), (size_t) *id); in interpret_menu_id_param()
298 const ALLEGRO_MENU_ITEM *item = *(ALLEGRO_MENU_ITEM **)_al_vector_ref(&menu->items, i); in clone_menu()
484 (*(ALLEGRO_MENU_ITEM **)_al_vector_ref(&haystack->items, index))->popup; in al_find_menu()
679 slot = _al_vector_ref(&parent->items, i); in al_destroy_menu()
750 DISPLAY_MENU *dm = (DISPLAY_MENU *) _al_vector_ref(&display_menus, i); in al_get_display_menu()
775 dm = (DISPLAY_MENU *) _al_vector_ref(&display_menus, i); in al_set_display_menu()
890 menu_id = (_AL_MENU_ID *) _al_vector_ref(&menu_ids, i); in _al_find_parent_menu_by_id()
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Devents.c285 event = _al_vector_ref(&queue->events, queue->events_tail); in get_next_event_if_any()
381 ALLEGRO_EVENT *old_ev = _al_vector_ref(&queue->events, i); in al_flush_event_queue()
513 ALLEGRO_EVENT *old_ev = _al_vector_ref(&queue->events, i); in expand_events_array()
514 ALLEGRO_EVENT *new_ev = _al_vector_ref(&queue->events, old_size + i); in expand_events_array()
539 event = _al_vector_ref(&queue->events, queue->events_head); in alloc_event()
634 event = _al_vector_ref(&queue->events, i); in contains_event_of_source()
680 old_event = _al_vector_ref(&old_events, i); in discard_events_of_source()
H A Dbitmap_type.c124 back = _al_vector_ref(&bitmap_display->bitmaps, pos); in swap_bitmaps()
132 back = _al_vector_ref(&other_display->bitmaps, pos); in swap_bitmaps()
246 bptr = _al_vector_ref(&convert_bitmap_list.bitmaps, i); in al_convert_memory_bitmaps()
255 bptr = _al_vector_ref(&copy, i); in al_convert_memory_bitmaps()
H A Ddebug.c78 ALLEGRO_USTR **iter = _al_vector_ref(v, i); in delete_string_list()
226 ALLEGRO_USTR **iter = _al_vector_ref(v, i); in _al_trace_prefix()
238 ALLEGRO_USTR **iter = _al_vector_ref(v, i); in _al_trace_prefix()
H A Dbitmap_io.c71 Handler *l = _al_vector_ref(&iio_table, i); in find_handler()
91 Handler *l = _al_vector_ref(&iio_table, i); in find_handler_for_file()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dd3d_display_formats.cpp41 void **eds = (void **)_al_vector_ref(&eds_list, j); in _al_d3d_destroy_display_format_list()
151 peds = (ALLEGRO_EXTRA_DISPLAY_SETTINGS **)_al_vector_ref(&eds_list, i); in _al_d3d_score_display_settings()
189 return *(ALLEGRO_EXTRA_DISPLAY_SETTINGS **)_al_vector_ref(&eds_list, i); in _al_d3d_get_display_settings()
H A Dd3d_shader.cpp124 ALLEGRO_SHADER **shader = (ALLEGRO_SHADER **)_al_vector_ref(&shaders, i); in _al_d3d_on_lost_shaders()
135 ALLEGRO_SHADER **shader = (ALLEGRO_SHADER **)_al_vector_ref(&shaders, i); in _al_d3d_on_reset_shaders()
/dports/devel/allegro5/allegro5-5.2.7.0/src/misc/
H A Dvector.c83 void *_al_vector_ref(const _AL_VECTOR *vec, unsigned int idx) in _al_vector_ref() function
98 return _al_vector_ref(vec, 0); in _al_vector_ref_front()
110 return _al_vector_ref(vec, vec->_size-1); in _al_vector_ref_back()
/dports/devel/allegro5/allegro5-5.2.7.0/src/linux/
H A Dljoynu.c259 ALLEGRO_JOYSTICK_LINUX **slot = _al_vector_ref(&joysticks, i); in ljoy_by_device_name()
289 slot = _al_vector_ref(&joysticks, i); in ljoy_allocate_structure()
521 ALLEGRO_JOYSTICK_LINUX **joypp = _al_vector_ref(&joysticks, i); in ljoy_scan()
579 ALLEGRO_JOYSTICK_LINUX **joypp = _al_vector_ref(&joysticks, i); in ljoy_scan()
609 ALLEGRO_JOYSTICK_LINUX **slot = _al_vector_ref(&joysticks, i); in ljoy_merge()
758 ALLEGRO_JOYSTICK_LINUX **slot = _al_vector_ref(&joysticks, i); in ljoy_exit_joystick()
813 ALLEGRO_JOYSTICK_LINUX **slot = _al_vector_ref(&joysticks, i); in ljoy_get_joystick()
/dports/devel/allegro5/allegro5-5.2.7.0/src/sdl/
H A Dsdl_display.c46 void **v = (void **)_al_vector_ref(&s->displays, i); in _al_sdl_find_display()
86 void **v = (void **)_al_vector_ref(&s->displays, 0); in _al_sdl_display_event()
239 ALLEGRO_DISPLAY **slot = _al_vector_ref(&s->displays, i); in transfer_display_bitmaps_to_any_other_display()
249 ALLEGRO_BITMAP **ref = _al_vector_ref(&d->bitmaps, i); in transfer_display_bitmaps_to_any_other_display()
390 ALLEGRO_BITMAP **bptr = _al_vector_ref(&display->bitmaps, i); in recreate_textures()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/
H A Daintern_vector.h36 AL_FUNC(void*, _al_vector_ref, (const _AL_VECTOR*, unsigned int index));
/dports/devel/allegro5/allegro5-5.2.7.0/src/macosx/
H A Dhidjoy.m137 ALLEGRO_JOYSTICK_OSX *joy = *(ALLEGRO_JOYSTICK_OSX **)_al_vector_ref(&joysticks, i);
353 ALLEGRO_JOYSTICK_OSX *joy = *(ALLEGRO_JOYSTICK_OSX **)_al_vector_ref(&joysticks, i);
645 ALLEGRO_JOYSTICK_OSX *joy = *(ALLEGRO_JOYSTICK_OSX **)_al_vector_ref(&joysticks, i);
664 ALLEGRO_JOYSTICK_OSX *joy = *(ALLEGRO_JOYSTICK_OSX **)_al_vector_ref(&joysticks, i);
705 ALLEGRO_JOYSTICK_OSX *joy = *(ALLEGRO_JOYSTICK_OSX **)_al_vector_ref(&joysticks, i);
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dfont.c413 FONT_HANDLER *handler = _al_vector_ref(&font_handlers, i); in find_extension()
482 FONT_HANDLER *handler = _al_vector_ref(&font_handlers, i); in al_load_font()
/dports/devel/allegro5/allegro5-5.2.7.0/src/gp2xwiz/
H A Dwiz_system.c50 ALLEGRO_DISPLAY **dptr = _al_vector_ref(&s->displays, 0); in gp2xwiz_shutdown_system()
/dports/devel/allegro5/allegro5-5.2.7.0/src/opengl/
H A Dogl_shader.c496 ALLEGRO_SHADER *shader = *((ALLEGRO_SHADER **)_al_vector_ref(&shaders, i)); in _al_glsl_unuse_shaders()
500 *((ALLEGRO_BITMAP **)_al_vector_ref(&shader->bitmaps, j)); in _al_glsl_unuse_shaders()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/video/
H A Dogv.c225 STREAM **slot = _al_vector_ref(&ogv->streams, i); in find_stream()
432 STREAM **slot = _al_vector_ref(&ogv->streams, i); in all_headers_done()
954 STREAM **slot = _al_vector_ref(&ogv->streams, i); in seek_to_beginning()
1151 STREAM **slot = _al_vector_ref(&ogv->streams, i); in do_open_video()
1230 STREAM **slot = _al_vector_ref(&ogv->streams, i); in ogv_close_video()

123