|
int | system_property_get (const char *cmd, const char *args, char *value) |
|
static void | android_gfx_ctx_destroy (void *data) |
|
static void * | android_gfx_ctx_init (video_frame_info_t *video_info, void *video_driver) |
|
static void | android_gfx_ctx_get_video_size (void *data, unsigned *width, unsigned *height) |
|
static void | android_gfx_ctx_check_window (void *data, bool *quit, bool *resize, unsigned *width, unsigned *height, bool is_shutdown) |
|
static bool | android_gfx_ctx_set_resize (void *data, unsigned width, unsigned height) |
|
static bool | android_gfx_ctx_set_video_mode (void *data, video_frame_info_t *video_info, unsigned width, unsigned height, bool fullscreen) |
|
static void | android_gfx_ctx_input_driver (void *data, const char *joypad_name, const input_driver_t **input, void **input_data) |
|
static enum gfx_ctx_api | android_gfx_ctx_get_api (void *data) |
|
static bool | android_gfx_ctx_bind_api (void *data, enum gfx_ctx_api api, unsigned major, unsigned minor) |
|
static bool | android_gfx_ctx_has_focus (void *data) |
|
static bool | android_gfx_ctx_suppress_screensaver (void *data, bool enable) |
|
static void | dpi_get_density (char *s, size_t len) |
|
static bool | android_gfx_ctx_get_metrics (void *data, enum display_metric_types type, float *value) |
|
static void | android_gfx_ctx_swap_buffers (void *data, void *data2) |
|
static void | android_gfx_ctx_set_swap_interval (void *data, int swap_interval) |
|
static gfx_ctx_proc_t | android_gfx_ctx_get_proc_address (const char *symbol) |
|
static void | android_gfx_ctx_bind_hw_render (void *data, bool enable) |
|
static uint32_t | android_gfx_ctx_get_flags (void *data) |
|
static void | android_gfx_ctx_set_flags (void *data, uint32_t flags) |
|