Searched refs:FBUpdateLowRes (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.h52 class FBUpdateLowRes : public IFBUpdate { class in namespace:qhwc
54 explicit FBUpdateLowRes(const int& dpy);
55 virtual ~FBUpdateLowRes() {};
H A Dhwc_fbupdate.cpp33 return new FBUpdateLowRes(dpy);
41 FBUpdateLowRes::FBUpdateLowRes(const int& dpy): IFBUpdate(dpy) {} function in class:qhwc::FBUpdateLowRes
43 inline void FBUpdateLowRes::reset() {
48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
127 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd)

Completed in 46 milliseconds