/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 117 if(ctx->mCopyBit[dpy]){ in handle_uevent() 119 delete ctx->mCopyBit[dpy]; in handle_uevent() 120 ctx->mCopyBit[dpy] = NULL; in handle_uevent() 142 ctx->mCopyBit[dpy] = new CopyBit(); in handle_uevent()
|
D | hwc.cpp | 103 if(ctx->mCopyBit[i]) in reset() 104 ctx->mCopyBit[i]->reset(); in reset() 361 if(ctx->mCopyBit[dpy]) in hwc_set_primary() 362 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary() 375 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary() 409 if(ctx->mCopyBit[dpy]) in hwc_set_external() 410 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external() 422 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
|
D | hwc_utils.cpp | 223 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(); in initContext() 270 if(ctx->mCopyBit[i]) { in closeContext() 271 delete ctx->mCopyBit[i]; in closeContext() 272 ctx->mCopyBit[i] = NULL; in closeContext() 761 if (ctx->mCopyBit[dpy]) in hwc_sync() 762 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
|
D | hwc_utils.h | 305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; member
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc.cpp | 109 if(ctx->mCopyBit[i]) in reset() 110 ctx->mCopyBit[i]->reset(); in reset() 166 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary() 167 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary() 412 if(ctx->mCopyBit[dpy]) in hwc_set_primary() 413 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary() 426 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary() 460 if(ctx->mCopyBit[dpy]) in hwc_set_external() 461 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external() 473 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
|
D | hwc_utils.cpp | 158 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(); in initContext() 202 if(ctx->mCopyBit[i]) { in closeContext() 203 delete ctx->mCopyBit[i]; in closeContext() 204 ctx->mCopyBit[i] = NULL; in closeContext() 721 if (ctx->mCopyBit[dpy]) in hwc_sync() 722 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync() 1125 ctx->mCopyBit[dpy] = new CopyBit(); in setupSecondaryObjs() 1132 if(ctx->mCopyBit[dpy]) in setupSecondaryObjs() 1133 ctx->mCopyBit[dpy]->reset(); in setupSecondaryObjs() 1141 if(ctx->mCopyBit[dpy]){ in clearSecondaryObjs() [all …]
|
D | hwc_utils.h | 358 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; member
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc.cpp | 221 if(ctx->mCopyBit[i]) in reset() 222 ctx->mCopyBit[i]->reset(); in reset() 282 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary() 283 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary() 568 if (ctx->mCopyBit[dpy]) { in hwc_set_primary() 570 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary() 591 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary() 647 if(ctx->mCopyBit[dpy]) in hwc_set_external() 648 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external() 670 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
|
D | hwc_virtual.cpp | 339 if(ctx->mCopyBit[dpy]) in set() 340 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in set() 362 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in set()
|
D | hwc_utils.cpp | 217 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext() 323 if(ctx->mCopyBit[i]) { in closeContext() 324 delete ctx->mCopyBit[i]; in closeContext() 325 ctx->mCopyBit[i] = NULL; in closeContext() 1438 if (!dpy && ctx->mCopyBit[dpy]) { in hwc_sync() 1440 ctx->mCopyBit[dpy]->setReleaseFdSync(releaseFd); in hwc_sync() 1442 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
|
D | hwc_mdpcomp.cpp | 168 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in init() 803 if (mDpy || !ctx->mCopyBit[mDpy] || isDisplaySplit(ctx, mDpy)) { in fullMDPCompWithPTOR() 892 if (!ctx->mCopyBit[mDpy]->prepareOverlap(ctx, list)) { in fullMDPCompWithPTOR() 1729 fd = ctx->mCopyBit[mDpy]->drawOverlap(ctx, list); in drawOverlap() 1929 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw() 2181 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw()
|
D | hwc_utils.h | 534 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 221 if(ctx->mCopyBit[i]) in reset() 222 ctx->mCopyBit[i]->reset(); in reset() 293 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary() 294 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary() 588 if(ctx->mCopyBit[dpy]) in hwc_set_primary() 589 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary() 606 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary() 656 if(ctx->mCopyBit[dpy]) in hwc_set_external() 657 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external() 679 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
|
D | hwc_virtual.cpp | 301 if(ctx->mCopyBit[dpy]) in set() 302 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in set() 324 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in set()
|
D | hwc_utils.cpp | 210 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext() 305 if(ctx->mCopyBit[i]) { in closeContext() 306 delete ctx->mCopyBit[i]; in closeContext() 307 ctx->mCopyBit[i] = NULL; in closeContext() 1428 if (ctx->mCopyBit[dpy]) in hwc_sync() 1429 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
|
D | hwc_utils.h | 501 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 219 if(ctx->mCopyBit[i]) in reset() 220 ctx->mCopyBit[i]->reset(); in reset() 298 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary() 299 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary() 599 if (ctx->mCopyBit[dpy]) { in hwc_set_primary() 601 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary() 622 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary() 682 if(ctx->mCopyBit[dpy]) in hwc_set_external() 683 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external() 699 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
|
D | hwc_mdpcomp.cpp | 188 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in init() 912 if (mDpy || !ctx->mCopyBit[mDpy]) { in fullMDPCompWithPTOR() 1016 if (!ctx->mCopyBit[mDpy]->prepareOverlap(ctx, list)) { in fullMDPCompWithPTOR() 1027 private_handle_t *renderBuf = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in fullMDPCompWithPTOR() 2073 if ((ctx->mMDP.version == qdutils::MDP_V3_0_5) && ctx->mCopyBit[mDpy] && in prepare() 2138 fd = ctx->mCopyBit[mDpy]->drawOverlap(ctx, list); in drawOverlap() 2336 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw() 2585 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw()
|
D | hwc_utils.cpp | 326 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext() 440 if(ctx->mCopyBit[i]) { in closeContext() 441 delete ctx->mCopyBit[i]; in closeContext() 442 ctx->mCopyBit[i] = NULL; in closeContext() 1667 if (ctx->mCopyBit[dpy]) { in hwc_sync() 1669 ctx->mCopyBit[dpy]->setReleaseFdSync(releaseFd); in hwc_sync() 1671 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
|
D | hwc_utils.h | 607 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
|