|
|
struct wl_display * | display |
| |
|
struct wl_registry * | registry |
| |
|
struct wl_shm * | shm |
| |
|
struct wl_compositor * | compositor |
| |
|
struct wl_simple_shell * | shell |
| |
|
struct wl_seat * | seat |
| |
|
struct wl_keyboard * | keyboard |
| |
|
struct wl_pointer * | pointer |
| |
|
struct wl_touch * | touch |
| |
|
struct wl_surface * | surface |
| |
|
struct wl_output * | output |
| |
|
struct wl_egl_window * | native |
| |
|
struct wl_callback * | frameCallback |
| |
|
struct xkb_context * | xkbCtx |
| |
|
struct xkb_keymap * | xkbKeymap |
| |
|
struct xkb_state * | xkbState |
| |
|
xkb_mod_index_t | modAlt |
| |
|
xkb_mod_index_t | modCtrl |
| |
|
EGLDisplay | eglDisplay |
| |
|
EGLConfig | eglConfig |
| |
|
EGLSurface | eglSurfaceWindow |
| |
|
EGLContext | eglContext |
| |
|
EGLImageKHR | eglImage |
| |
|
EGLNativePixmapType | eglPixmap |
| |
|
bool | getShell |
| |
|
InputState | inputState |
| |
|
Attribute | attribute |
| |
|
int | planeX |
| |
|
int | planeY |
| |
|
int | planeWidth |
| |
|
int | planeHeight |
| |
|
uint32_t | surfaceIdOther |
| |
|
uint32_t | surfaceIdCurrent |
| |
|
float | surfaceOpacity |
| |
|
float | surfaceZOrder |
| |
|
bool | surfaceVisible |
| |
|
int | surfaceX |
| |
|
int | surfaceY |
| |
|
int | surfaceWidth |
| |
|
int | surfaceHeight |
| |
|
int | surfaceDX |
| |
|
int | surfaceDY |
| |
|
int | surfaceDWidth |
| |
|
int | surfaceDHeight |
| |
|
struct { |
|
GLuint | rotation_uniform |
| |
|
GLuint | pos |
| |
|
GLuint | col |
| |
| } | gl |
| |
|
long long | startTime |
| |
|
long long | currTime |
| |
|
bool | noAnimation |
| |
|
bool | needRedraw |
| |
|
bool | verboseLog |
| |
|
int | pointerX |
| |
|
int | pointerY |
| |
|
struct { |
|
GLuint | rotation_uniform |
| |
|
GLuint | pos |
| |
|
GLuint | col |
| |
| } | gl |
| |
|
AppMode | appMode |
| |
|
GstElement * | pipeline |
| |
|
GstElement * | player |
| |
|
GstElement * | westerossink |
| |
|
GstBus * | bus |
| |
|
GMainLoop * | loop |
| |
Definition at line 136 of file rne-triangle.cpp.
◆ display
| struct wl_display * _AppCtx::display |
◆ registry
| struct wl_registry * _AppCtx::registry |
◆ shm
| struct wl_shm * _AppCtx::shm |
◆ compositor
| struct wl_compositor * _AppCtx::compositor |
◆ shell
| struct wl_simple_shell * _AppCtx::shell |
◆ seat
| struct wl_seat * _AppCtx::seat |
◆ keyboard
| struct wl_keyboard * _AppCtx::keyboard |
◆ pointer
| struct wl_pointer * _AppCtx::pointer |
◆ touch
| struct wl_touch * _AppCtx::touch |
◆ surface
| struct wl_surface * _AppCtx::surface |
◆ output
| struct wl_output * _AppCtx::output |
◆ native
| struct wl_egl_window * _AppCtx::native |
◆ frameCallback
| struct wl_callback * _AppCtx::frameCallback |
◆ xkbCtx
| struct xkb_context * _AppCtx::xkbCtx |
◆ xkbKeymap
| struct xkb_keymap * _AppCtx::xkbKeymap |
◆ xkbState
| struct xkb_state * _AppCtx::xkbState |
◆ modAlt
| xkb_mod_index_t _AppCtx::modAlt |
◆ modCtrl
| xkb_mod_index_t _AppCtx::modCtrl |
◆ eglDisplay
| EGLDisplay _AppCtx::eglDisplay |
◆ eglConfig
| EGLConfig _AppCtx::eglConfig |
◆ eglSurfaceWindow
| EGLSurface _AppCtx::eglSurfaceWindow |
◆ eglContext
| EGLContext _AppCtx::eglContext |
◆ eglImage
| EGLImageKHR _AppCtx::eglImage |
◆ eglPixmap
| EGLNativePixmapType _AppCtx::eglPixmap |
◆ getShell
◆ inputState
| InputState _AppCtx::inputState |
◆ attribute
| Attribute _AppCtx::attribute |
◆ planeX
◆ planeY
◆ planeWidth
◆ planeHeight
◆ surfaceIdOther
| uint32_t _AppCtx::surfaceIdOther |
◆ surfaceIdCurrent
| uint32_t _AppCtx::surfaceIdCurrent |
◆ surfaceOpacity
| float _AppCtx::surfaceOpacity |
◆ surfaceZOrder
| float _AppCtx::surfaceZOrder |
◆ surfaceVisible
| bool _AppCtx::surfaceVisible |
◆ surfaceX
◆ surfaceY
◆ surfaceWidth
| int _AppCtx::surfaceWidth |
◆ surfaceHeight
| int _AppCtx::surfaceHeight |
◆ surfaceDX
◆ surfaceDY
◆ surfaceDWidth
| int _AppCtx::surfaceDWidth |
◆ surfaceDHeight
| int _AppCtx::surfaceDHeight |
◆ gl [1/2]
| struct { ... } _AppCtx::gl |
◆ startTime
| long long _AppCtx::startTime |
◆ currTime
| long long _AppCtx::currTime |
◆ noAnimation
| bool _AppCtx::noAnimation |
◆ needRedraw
◆ verboseLog
◆ pointerX
◆ pointerY
◆ gl [2/2]
| struct { ... } _AppCtx::gl |
◆ appMode
◆ pipeline
| GstElement* _AppCtx::pipeline |
◆ player
| GstElement* _AppCtx::player |
◆ westerossink
| GstElement* _AppCtx::westerossink |
◆ bus
◆ loop
The documentation for this struct was generated from the following files: