|
static int | x_nul_handler (Display *dpy, XErrorEvent *event) |
|
static void | gfx_ctx_xegl_destroy (void *data) |
|
static void * | gfx_ctx_xegl_init (video_frame_info_t *video_info, void *video_driver) |
|
static EGLint * | xegl_fill_attribs (xegl_ctx_data_t *xegl, EGLint *attr) |
|
static void | gfx_ctx_xegl_set_swap_interval (void *data, int swap_interval) |
|
static bool | gfx_ctx_xegl_set_video_mode (void *data, video_frame_info_t *video_info, unsigned width, unsigned height, bool fullscreen) |
|
static void | gfx_ctx_xegl_input_driver (void *data, const char *joypad_name, const input_driver_t **input, void **input_data) |
|
static bool | gfx_ctx_xegl_suppress_screensaver (void *data, bool enable) |
|
static bool | gfx_ctx_xegl_has_windowed (void *data) |
|
static enum gfx_ctx_api | gfx_ctx_xegl_get_api (void *data) |
|
static bool | gfx_ctx_xegl_bind_api (void *video_driver, enum gfx_ctx_api api, unsigned major, unsigned minor) |
|
static void | gfx_ctx_xegl_show_mouse (void *data, bool state) |
|
static void | gfx_ctx_xegl_swap_buffers (void *data, void *data2) |
|
static void | gfx_ctx_xegl_bind_hw_render (void *data, bool enable) |
|
static gfx_ctx_proc_t | gfx_ctx_xegl_get_proc_address (const char *symbol) |
|
static uint32_t | gfx_ctx_xegl_get_flags (void *data) |
|
static void | gfx_ctx_xegl_set_flags (void *data, uint32_t flags) |
|