Home
last modified time | relevance | path

Searched refs:mFBUpdate (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.cpp53 ctx->mFBUpdate[dpy] = in init()
57 if(ctx->mFBUpdate[dpy]) in init()
58 ctx->mFBUpdate[dpy]->reset(); in init()
72 if(ctx->mFBUpdate[dpy]) { in destroy()
73 delete ctx->mFBUpdate[dpy]; in destroy()
74 ctx->mFBUpdate[dpy] = NULL; in destroy()
129 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare()
190 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx, in set()
267 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare()
328 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in set()
Dhwc_uevents.cpp44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
50 if(ctx->mFBUpdate[dpy]) { in clear()
51 delete ctx->mFBUpdate[dpy]; in clear()
52 ctx->mFBUpdate[dpy] = NULL; in clear()
Dhwc.cpp219 if(ctx->mFBUpdate[i]) in reset()
220 ctx->mFBUpdate[i]->reset(); in reset()
286 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) { in hwc_prepare_primary()
316 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in hwc_prepare_external()
610 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary()
683 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
Dhwc_utils.h509 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp197 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY] = in initContext()
322 if(ctx->mFBUpdate[i]) { in closeContext()
323 delete ctx->mFBUpdate[i]; in closeContext()
324 ctx->mFBUpdate[i] = NULL; in closeContext()
Dhwc_mdpcomp.cpp1302 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp64 ctx->mFBUpdate[dpy] = in init()
68 if(ctx->mFBUpdate[dpy]) in init()
69 ctx->mFBUpdate[dpy]->reset(); in init()
83 if(ctx->mFBUpdate[dpy]) { in destroy()
84 delete ctx->mFBUpdate[dpy]; in destroy()
85 ctx->mFBUpdate[dpy] = NULL; in destroy()
140 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare()
206 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx, in set()
306 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare()
366 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in set()
Dhwc_uevents.cpp44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
50 if(ctx->mFBUpdate[dpy]) { in clear()
51 delete ctx->mFBUpdate[dpy]; in clear()
52 ctx->mFBUpdate[dpy] = NULL; in clear()
Dhwc.cpp219 if(ctx->mFBUpdate[i]) in reset()
220 ctx->mFBUpdate[i]->reset(); in reset()
275 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) { in hwc_prepare_primary()
305 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in hwc_prepare_external()
601 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary()
674 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
Dhwc_utils.h542 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp204 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY] = in initContext()
340 if(ctx->mFBUpdate[i]) { in closeContext()
341 delete ctx->mFBUpdate[i]; in closeContext()
342 ctx->mFBUpdate[i] = NULL; in closeContext()
Dhwc_mdpcomp.cpp1477 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp112 if(ctx->mFBUpdate[dpy]) { in handle_uevent()
114 delete ctx->mFBUpdate[dpy]; in handle_uevent()
115 ctx->mFBUpdate[dpy] = NULL; in handle_uevent()
138 ctx->mFBUpdate[dpy] = in handle_uevent()
Dhwc.cpp101 if(ctx->mFBUpdate[i]) in reset()
102 ctx->mFBUpdate[i]->reset(); in reset()
151 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZOrder); in hwc_prepare_primary()
181 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZOrder); in hwc_prepare_external()
379 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary()
426 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
Dhwc_utils.cpp211 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY] = in initContext()
287 if(ctx->mFBUpdate[i]) { in closeContext()
288 delete ctx->mFBUpdate[i]; in closeContext()
289 ctx->mFBUpdate[i] = NULL; in closeContext()
Dhwc_utils.h313 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS]; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp46 if(ctx->mFBUpdate[dpy]) in init()
47 ctx->mFBUpdate[dpy]->reset(); in init()
114 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in prepare()
179 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx, in set()
Dhwc.cpp217 if(ctx->mFBUpdate[i]) in reset()
218 ctx->mFBUpdate[i]->reset(); in reset()
291 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) { in hwc_prepare_primary()
321 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in hwc_prepare_external()
632 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary()
703 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
Dhwc_utils.h615 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp154 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in initCompositionResources()
159 if(ctx->mFBUpdate[dpy]) { in destroyCompositionResources()
160 delete ctx->mFBUpdate[dpy]; in destroyCompositionResources()
161 ctx->mFBUpdate[dpy] = NULL; in destroyCompositionResources()
Dhwc_mdpcomp.cpp1807 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc.cpp105 if(ctx->mFBUpdate[i]) in reset()
106 ctx->mFBUpdate[i]->reset(); in reset()
163 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ); in hwc_prepare_primary()
190 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ); in hwc_prepare_external()
237 ctx->mFBUpdate[dpy]->prepare(ctx, list, fbZ); in hwc_prepare_virtual()
430 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary()
477 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
526 if (!ctx->mFBUpdate[dpy]->draw(ctx, in hwc_set_virtual()
Dhwc_utils.cpp146 ctx->mFBUpdate[HWC_DISPLAY_PRIMARY] = in initContext()
219 if(ctx->mFBUpdate[i]) { in closeContext()
220 delete ctx->mFBUpdate[i]; in closeContext()
221 ctx->mFBUpdate[i] = NULL; in closeContext()
1115 ctx->mFBUpdate[dpy] = in setupSecondaryObjs()
1128 if(ctx->mFBUpdate[dpy]) in setupSecondaryObjs()
1129 ctx->mFBUpdate[dpy]->reset(); in setupSecondaryObjs()
1137 if(ctx->mFBUpdate[dpy]) { in clearSecondaryObjs()
1138 delete ctx->mFBUpdate[dpy]; in clearSecondaryObjs()
1139 ctx->mFBUpdate[dpy] = NULL; in clearSecondaryObjs()
Dhwc_utils.h366 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS]; member
Dhwc_mdpcomp.cpp877 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, in prepare()
914 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, mCurrentFrame.fbZ)) { in prepare()