Data Fields | |
_EGLScreen | base |
drmModeConnectorPtr | connector |
int | shown |
struct drm_surface * | surf |
drmBO | buffer |
drmModeFBPtr | fb |
uint32_t | fbID |
drmModeCrtcPtr | crtc |
uint32_t | crtcID |
struct drm_mode_modeinfo * | mode |
struct egl_drm_frontbuffer | front |
Definition at line 159 of file intel_egl.c.
_EGLScreen drm_screen::base |
Definition at line 161 of file intel_egl.c.
drmModeConnectorPtr drm_screen::connector |
Definition at line 164 of file intel_egl.c.
Definition at line 167 of file intel_egl.c.
struct drm_surface* drm_screen::surf [read] |
Definition at line 170 of file intel_egl.c.
drmBO drm_screen::buffer |
Definition at line 173 of file intel_egl.c.
drmModeFBPtr drm_screen::fb |
Definition at line 176 of file intel_egl.c.
uint32_t drm_screen::fbID |
Definition at line 177 of file intel_egl.c.
drmModeCrtcPtr drm_screen::crtc |
Definition at line 180 of file intel_egl.c.
uint32_t drm_screen::crtcID |
Definition at line 181 of file intel_egl.c.
struct drm_mode_modeinfo* drm_screen::mode [read] |
Definition at line 183 of file intel_egl.c.
struct egl_drm_frontbuffer drm_screen::front [read] |
Definition at line 186 of file intel_egl.c.