|
void * | nsview_get_ptr (void) |
|
void * | glkitview_init (void) |
|
static float | get_from_selector (Class obj_class, id obj_id, SEL selector, CGFloat *ret) |
|
void * | get_chosen_screen (void) |
|
float | get_backing_scale_factor (void) |
|
void | cocoagl_gfx_ctx_update (void) |
|
static void * | cocoagl_gfx_ctx_init (video_frame_info_t *video_info, void *video_driver) |
|
static void | cocoagl_gfx_ctx_destroy (void *data) |
|
static enum gfx_ctx_api | cocoagl_gfx_ctx_get_api (void *data) |
|
static bool | cocoagl_gfx_ctx_bind_api (void *data, enum gfx_ctx_api api, unsigned major, unsigned minor) |
|
static void | cocoagl_gfx_ctx_swap_interval (void *data, int i) |
|
static void | cocoagl_gfx_ctx_show_mouse (void *data, bool state) |
|
static bool | cocoagl_gfx_ctx_set_video_mode (void *data, video_frame_info_t *video_info, unsigned width, unsigned height, bool fullscreen) |
|
float | cocoagl_gfx_ctx_get_native_scale (void) |
|
static void | cocoagl_gfx_ctx_get_video_size (void *data, unsigned *width, unsigned *height) |
|
static bool | cocoagl_gfx_ctx_get_metrics (void *data, enum display_metric_types type, float *value) |
|
static bool | cocoagl_gfx_ctx_has_focus (void *data) |
|
static bool | cocoagl_gfx_ctx_suppress_screensaver (void *data, bool enable) |
|
static bool | cocoagl_gfx_ctx_has_windowed (void *data) |
|
static void | cocoagl_gfx_ctx_swap_buffers (void *data, void *data2) |
|
static gfx_ctx_proc_t | cocoagl_gfx_ctx_get_proc_address (const char *symbol_name) |
|
static void | cocoagl_gfx_ctx_check_window (void *data, bool *quit, bool *resize, unsigned *width, unsigned *height, bool is_shutdown) |
|
static void | cocoagl_gfx_ctx_input_driver (void *data, const char *name, const input_driver_t **input, void **input_data) |
|
static void | cocoagl_gfx_ctx_bind_hw_render (void *data, bool enable) |
|
static uint32_t | cocoagl_gfx_ctx_get_flags (void *data) |
|
static void | cocoagl_gfx_ctx_set_flags (void *data, uint32_t flags) |
|