= {
}
static void thread_set_aspect_ratio(void *data, unsigned aspectratio_idx)
Definition: video_thread_wrapper.c:1119
static void thread_get_video_output_prev(void *data)
Definition: video_thread_wrapper.c:1097
static uint32_t thread_get_flags(void *data)
Definition: video_thread_wrapper.c:1231
static void thread_set_osd_msg(void *data, video_frame_info_t *video_info, const char *msg, const void *params, void *font)
Definition: video_thread_wrapper.c:1171
static void thread_set_video_mode(void *data, unsigned width, unsigned height, bool fullscreen)
Definition: video_thread_wrapper.c:1054
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static void thread_set_filtering(void *data, unsigned idx, bool smooth)
Definition: video_thread_wrapper.c:1070
static uintptr_t thread_load_texture(void *video_data, void *data, bool threaded, enum texture_filter_type filter_type)
Definition: video_thread_wrapper.c:1187
static void thread_get_video_output_size(void *data, unsigned *width, unsigned *height)
Definition: video_thread_wrapper.c:1083
static struct video_shader * thread_get_current_shader(void *data)
Definition: video_thread_wrapper.c:1223
static void thread_apply_state_changes(void *data)
Definition: video_thread_wrapper.c:1209
static void thread_set_texture_enable(void *data, bool state, bool full_screen)
Definition: video_thread_wrapper.c:1159
static void thread_unload_texture(void *video_data, uintptr_t id)
Definition: video_thread_wrapper.c:1198
static void thread_set_texture_frame(void *data, const void *frame, bool rgb32, unsigned width, unsigned height, float alpha)
Definition: video_thread_wrapper.c:1131
static void thread_get_video_output_next(void *data)
Definition: video_thread_wrapper.c:1108