|
static const char * | omapfb_get_fb_device (void) |
|
static omapfb_page_t * | omapfb_get_page (omapfb_data_t *pdata) |
|
static void | omapfb_page_flip (omapfb_data_t *pdata) |
|
static int | omapfb_read_sysfs (const char *fname, char *buff, size_t size) |
|
static INLINE void | omapfb_put_pixel_rgb565 (uint16_t *p, unsigned r, unsigned g, unsigned b) |
|
static INLINE void | omapfb_put_pixel_argb8888 (uint32_t *p, unsigned r, unsigned g, unsigned b) |
|
static int | omapfb_detect_screen (omapfb_data_t *pdata) |
|
static int | omapfb_setup_pages (omapfb_data_t *pdata) |
|
static int | omapfb_mmap (omapfb_data_t *pdata) |
|
static int | omapfb_backup_state (omapfb_data_t *pdata) |
|
static int | omapfb_alloc_mem (omapfb_data_t *pdata) |
|
static int | omapfb_setup_screeninfo (omapfb_data_t *pdata, int width, int height) |
|
static float | omapfb_scaling (omapfb_data_t *pdata, int width, int height) |
|
static int | omapfb_setup_plane (omapfb_data_t *pdata, int width, int height) |
|
static int | omapfb_enable_plane (omapfb_data_t *pdata) |
|
static int | omapfb_init (omapfb_data_t *pdata, unsigned bpp) |
|
void | omapfb_free (omapfb_data_t *pdata) |
|
static int | omapfb_set_mode (omapfb_data_t *pdata, int width, int height) |
|
static void | omapfb_prepare (omapfb_data_t *pdata) |
|
static void | omapfb_blend_glyph_rgb565 (omapfb_data_t *pdata, const uint8_t *src, uint8_t *f_rgb, unsigned g_width, unsigned g_height, unsigned g_pitch, unsigned dst_x, unsigned dst_y) |
|
static void | omapfb_blend_glyph_argb8888 (omapfb_data_t *pdata, const uint8_t *src, uint8_t *f_rgb, unsigned g_width, unsigned g_height, unsigned g_pitch, unsigned dst_x, unsigned dst_y) |
|
static void | omapfb_blit_frame (omapfb_data_t *pdata, const void *src, unsigned height, unsigned src_pitch) |
|
static void | omap_gfx_free (void *data) |
|
static void | omap_init_font (omap_video_t *vid, const char *font_path, unsigned font_size) |
|
static void | omap_render_msg (omap_video_t *vid, const char *msg) |
|
static void * | omap_gfx_init (const video_info_t *video, const input_driver_t **input, void **input_data) |
|
static bool | omap_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) |
|
static void | omap_gfx_set_nonblock_state (void *data, bool state) |
|
static bool | omap_gfx_alive (void *data) |
|
static bool | omap_gfx_focus (void *data) |
|
static void | omap_gfx_viewport_info (void *data, struct video_viewport *vp) |
|
static bool | omap_gfx_suppress_screensaver (void *data, bool enable) |
|
static bool | omap_gfx_has_windowed (void *data) |
|
static bool | omap_gfx_set_shader (void *data, enum rarch_shader_type type, const char *path) |
|
static void | omap_gfx_set_rotation (void *data, unsigned rotation) |
|
static bool | omap_gfx_read_viewport (void *data, uint8_t *buffer, bool is_idle) |
|
static void | omap_gfx_set_texture_frame (void *data, const void *frame, bool rgb32, unsigned width, unsigned height, float alpha) |
|
static void | omap_gfx_set_texture_enable (void *data, bool state, bool full_screen) |
|
static float | omap_get_refresh_rate (void *data) |
|
static void | omap_gfx_get_poke_interface (void *data, const video_poke_interface_t **iface) |
|