HomeScreenBinding
|
Public Attributes | |
struct wl_display * | display |
struct wl_registry * | registry |
struct wl_compositor * | compositor |
struct wl_seat * | seat |
struct { | |
EGLDisplay dpy | |
EGLContext ctx | |
EGLConfig conf | |
} | egl |
struct window * | window |
struct ivi_application * | ivi_application |
PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC | swap_buffers_with_damage |
Definition at line 116 of file simple-egl.cpp.
struct wl_compositor* display::compositor |
Definition at line 119 of file simple-egl.cpp.
EGLConfig display::conf |
Definition at line 124 of file simple-egl.cpp.
EGLContext display::ctx |
Definition at line 123 of file simple-egl.cpp.
struct wl_display* display::display |
Definition at line 117 of file simple-egl.cpp.
EGLDisplay display::dpy |
Definition at line 122 of file simple-egl.cpp.
struct { ... } display::egl |
struct ivi_application* display::ivi_application |
Definition at line 127 of file simple-egl.cpp.
struct wl_registry* display::registry |
Definition at line 118 of file simple-egl.cpp.
struct wl_seat* display::seat |
Definition at line 120 of file simple-egl.cpp.
PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC display::swap_buffers_with_damage |
Definition at line 129 of file simple-egl.cpp.
struct window* display::window |
Definition at line 126 of file simple-egl.cpp.