Searched defs:FBUpdateLowRes (Results 1 - 4 of 4) 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)
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_fbupdate.h53 class FBUpdateLowRes : public IFBUpdate { class in namespace:qhwc
55 explicit FBUpdateLowRes(const int& dpy);
56 virtual ~FBUpdateLowRes() {};
H A Dhwc_fbupdate.cpp39 return new FBUpdateLowRes(dpy);
47 FBUpdateLowRes::FBUpdateLowRes(const int& dpy): IFBUpdate(dpy) {} function in class:qhwc::FBUpdateLowRes
49 inline void FBUpdateLowRes::reset() {
54 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
66 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list,
153 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd)

Completed in 103 milliseconds