|
static void | gfx_ctx_ps3_get_resolution (unsigned idx, unsigned *width, unsigned *height) |
|
static float | gfx_ctx_ps3_get_aspect_ratio (void *data) |
|
static void | gfx_ctx_ps3_get_available_resolutions (void) |
|
static void | gfx_ctx_ps3_set_swap_interval (void *data, int interval) |
|
static void | gfx_ctx_ps3_check_window (void *data, bool *quit, bool *resize, unsigned *width, unsigned *height, bool is_shutdown) |
|
static bool | gfx_ctx_ps3_has_focus (void *data) |
|
static bool | gfx_ctx_ps3_suppress_screensaver (void *data, bool enable) |
|
static void | gfx_ctx_ps3_swap_buffers (void *data, void *data2) |
|
static void | gfx_ctx_ps3_get_video_size (void *data, unsigned *width, unsigned *height) |
|
static void * | gfx_ctx_ps3_init (video_frame_info_t *video_info, void *video_driver) |
|
static bool | gfx_ctx_ps3_set_video_mode (void *data, video_frame_info_t *video_info, unsigned width, unsigned height, bool fullscreen) |
|
static void | gfx_ctx_ps3_destroy_resources (gfx_ctx_ps3_data_t *ps3) |
|
static void | gfx_ctx_ps3_destroy (void *data) |
|
static void | gfx_ctx_ps3_input_driver (void *data, const char *joypad_name, const input_driver_t **input, void **input_data) |
|
static enum gfx_ctx_api | gfx_ctx_ps3_get_api (void *data) |
|
static bool | gfx_ctx_ps3_bind_api (void *data, enum gfx_ctx_api api, unsigned major, unsigned minor) |
|
static void | gfx_ctx_ps3_get_video_output_size (void *data, unsigned *width, unsigned *height) |
|
static void | gfx_ctx_ps3_get_video_output_prev (void *data) |
|
static void | gfx_ctx_ps3_get_video_output_next (void *data) |
|
static uint32_t | gfx_ctx_ps3_get_flags (void *data) |
|
static void | gfx_ctx_ps3_set_flags (void *data, uint32_t flags) |
|