/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 53 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()
|
D | hwc_uevents.cpp | 44 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()
|
D | hwc.cpp | 219 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()
|
D | hwc_utils.h | 509 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_utils.cpp | 197 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()
|
D | hwc_mdpcomp.cpp | 1307 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 64 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()
|
D | hwc_uevents.cpp | 44 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()
|
D | hwc.cpp | 229 if(ctx->mFBUpdate[i]) in reset() 230 ctx->mFBUpdate[i]->reset(); in reset() 285 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) { in hwc_prepare_primary() 315 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in hwc_prepare_external() 640 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary() 713 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
|
D | hwc_utils.h | 542 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_utils.cpp | 204 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()
|
D | hwc_mdpcomp.cpp | 1485 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 112 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()
|
D | hwc.cpp | 101 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()
|
D | hwc_utils.cpp | 211 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()
|
D | hwc_utils.h | 313 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS]; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 46 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()
|
D | hwc.cpp | 217 if(ctx->mFBUpdate[i]) in reset() 218 ctx->mFBUpdate[i]->reset(); in reset() 319 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) { in hwc_prepare_primary() 349 if(not ctx->mFBUpdate[dpy]->prepareAndValidate(ctx, list, fbZ)) in hwc_prepare_external() 663 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_primary() 734 if (!ctx->mFBUpdate[dpy]->draw(ctx, hnd)) { in hwc_set_external()
|
D | hwc_utils.h | 617 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_utils.cpp | 154 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()
|
D | hwc_mdpcomp.cpp | 1807 if(!ctx->mFBUpdate[mDpy]->prepare(ctx, list, fbRect, mCurrentFrame.fbZ)) in postHeuristicsHandling()
|