Home
last modified time | relevance | path

Searched refs:FBUpdateHighRes (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.h67 class FBUpdateHighRes : public IFBUpdate {
69 explicit FBUpdateHighRes(const int& dpy);
70 virtual ~FBUpdateHighRes() {}; in ~FBUpdateHighRes()
Dhwc_fbupdate.cpp31 return new FBUpdateHighRes(dpy); in getObject()
143 FBUpdateHighRes::FBUpdateHighRes(const int& dpy): IFBUpdate(dpy) {} in FBUpdateHighRes() function in qhwc::FBUpdateHighRes
145 inline void FBUpdateHighRes::reset() { in reset()
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
164 bool FBUpdateHighRes::configure(hwc_context_t *ctx, in configure()
264 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw()