= {
"xshm",
}
static void xshm_gfx_set_rotation(void *data, unsigned rotation)
Definition: xshm_gfx.c:146
static void * xshm_gfx_init(const video_info_t *video, const input_driver_t **input, void **input_data)
Definition: xshm_gfx.c:52
static void xshm_gfx_viewport_info(void *data, struct video_viewport *vp)
Definition: xshm_gfx.c:151
static void xshm_gfx_free(void *data)
Definition: xshm_gfx.c:141
static bool xshm_gfx_frame(void *data, const void *frame, unsigned width, unsigned height, uint64_t frame_count, unsigned pitch, const char *msg, video_frame_info_t *video_info)
Definition: xshm_gfx.c:97
static void xshm_gfx_poke_interface(void *data, const video_poke_interface_t **iface)
Definition: xshm_gfx.c:232
static bool xshm_gfx_focus(void *data)
Definition: xshm_gfx.c:131
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static bool xshm_gfx_suppress_screensaver(void *data, bool enable)
Definition: xshm_gfx.c:136
static bool xshm_gfx_alive(void *data)
Definition: xshm_gfx.c:126
static bool xshm_gfx_read_viewport(void *data, uint8_t *buffer, bool is_idle)
Definition: xshm_gfx.c:156
static bool xshm_gfx_set_shader(void *data, enum rarch_shader_type type, const char *path)
Definition: xshm_gfx.c:238
static void xshm_gfx_set_nonblock_state(void *data, bool toggle)
Definition: xshm_gfx.c:121