|
void | egl_report_error (void) |
|
gfx_ctx_proc_t | egl_get_proc_address (const char *symbol) |
|
void | egl_destroy (egl_ctx_data_t *egl) |
|
void | egl_bind_hw_render (egl_ctx_data_t *egl, bool enable) |
|
void | egl_swap_buffers (void *data) |
|
void | egl_set_swap_interval (egl_ctx_data_t *egl, int interval) |
|
void | egl_get_video_size (egl_ctx_data_t *egl, unsigned *width, unsigned *height) |
|
bool | check_egl_version (int minMajorVersion, int minMinorVersion) |
|
bool | check_egl_client_extension (const char *name) |
|
static EGLDisplay | get_egl_display (EGLenum platform, void *native) |
|
bool | egl_default_accept_config_cb (void *display_data, EGLDisplay dpy, EGLConfig config) |
|
bool | egl_init_context (egl_ctx_data_t *egl, EGLenum platform, void *display_data, EGLint *major, EGLint *minor, EGLint *n, const EGLint *attrib_ptr, egl_accept_config_cb_t cb) |
|
bool | egl_create_context (egl_ctx_data_t *egl, const EGLint *egl_attribs) |
|
bool | egl_create_surface (egl_ctx_data_t *egl, void *native_window) |
|
bool | egl_get_native_visual_id (egl_ctx_data_t *egl, EGLint *value) |
|
bool | egl_has_config (egl_ctx_data_t *egl) |
|