Searched refs:planeProp (Results 1 – 3 of 3) sorted by relevance
160 int HWCDisplay::update_display(drm_plane_props_t* planeProp) in update_display() argument166 buffer_handle_t handle = planeProp->layer->handle; in update_display()174 planeProp->fb_info = new DRMFramebuffer(kdisp->card->fd(), handle, false); in update_display()175 this->pending_fb_infos.push_back(planeProp->fb_info); in update_display()177 planeProp->crtc_id = kdisp->crtc->id(); in update_display()181 set_plane_properties(req, planeProp); in update_display()
93 int update_display(drm_plane_props_t* planeProp);
484 drm_plane_props_t* planeProp = &display->planeProps[disp]; in hwc_set_for_display() local499 err = display->update_display(planeProp); in hwc_set_for_display()