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

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

Completed in 101 milliseconds