Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_fbupdate.h68 class FBUpdateHighRes : public IFBUpdate {
70 explicit FBUpdateHighRes(const int& dpy);
71 virtual ~FBUpdateHighRes() {}; in ~FBUpdateHighRes()
Dhwc_fbupdate.cpp37 return new FBUpdateHighRes(dpy); in getObject()
169 FBUpdateHighRes::FBUpdateHighRes(const int& dpy): IFBUpdate(dpy) {} in FBUpdateHighRes() function in qhwc::FBUpdateHighRes
171 inline void FBUpdateHighRes::reset() { in reset()
177 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
190 bool FBUpdateHighRes::configure(hwc_context_t *ctx, in configure()
314 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw()
/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()