Home
last modified time | relevance | path

Searched defs:drm_surface (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
Dnative_drm.h94 struct drm_surface { struct
95 struct native_surface base;
96 struct drm_display *drmdpy;
98 struct resource_surface *rsurf;
99 enum pipe_format color_format;
100 int width, height;
102 unsigned int sequence_number;
103 struct drm_framebuffer front_fb, back_fb;
105 boolean is_shown;
106 struct drm_crtc current_crtc;
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/drm/
Dnative_drm.h94 struct drm_surface { struct
95 struct native_surface base;
96 struct drm_display *drmdpy;
98 struct resource_surface *rsurf;
99 enum pipe_format color_format;
100 int width, height;
102 unsigned int sequence_number;
103 struct drm_framebuffer front_fb, back_fb;
105 boolean is_shown;
106 struct drm_crtc current_crtc;
[all …]