Lines Matching refs:m_priv
23 m_priv = new PlanePriv(); in Plane()
24 m_priv->drm_plane = drmModeGetPlane(this->card().fd(), this->id()); in Plane()
25 assert(m_priv->drm_plane); in Plane()
30 drmModeFreePlane(m_priv->drm_plane); in ~Plane()
31 delete m_priv; in ~Plane()
36 return m_priv->drm_plane->possible_crtcs & (1 << crtc->idx()); in supports_crtc()
41 auto p = m_priv->drm_plane; in supports_format()
74 for (uint32_t crtc_mask = m_priv->drm_plane->possible_crtcs; in get_possible_crtcs()
93 auto p = m_priv->drm_plane; in get_formats()
104 return m_priv->drm_plane->crtc_id; in crtc_id()
109 return m_priv->drm_plane->fb_id; in fb_id()
114 return m_priv->drm_plane->crtc_x; in crtc_x()
119 return m_priv->drm_plane->crtc_y; in crtc_y()
124 return m_priv->drm_plane->x; in x()
129 return m_priv->drm_plane->y; in y()
134 return m_priv->drm_plane->gamma_size; in gamma_size()