Home
last modified time | relevance | path

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

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