Searched refs:FBUpdateLowRes (Results 1 – 2 of 2) sorted by relevance
52 class FBUpdateLowRes : public IFBUpdate {54 explicit FBUpdateLowRes(const int& dpy);55 virtual ~FBUpdateLowRes() {}; in ~FBUpdateLowRes()
33 return new FBUpdateLowRes(dpy); in getObject()41 FBUpdateLowRes::FBUpdateLowRes(const int& dpy): IFBUpdate(dpy) {} in FBUpdateLowRes() function in qhwc::FBUpdateLowRes43 inline void FBUpdateLowRes::reset() { in reset()48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, in configure()127 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw()