Home
last modified time | relevance | path

Searched refs:mCopyBit (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp117 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()
Dhwc.cpp103 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()
Dhwc_utils.cpp223 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()
Dhwc_utils.h305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; member
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc.cpp109 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()
Dhwc_utils.cpp158 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 …]
Dhwc_utils.h358 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc.cpp221 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()
Dhwc_virtual.cpp339 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()
Dhwc_utils.cpp217 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()
Dhwc_mdpcomp.cpp168 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()
Dhwc_utils.h534 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc.cpp221 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()
Dhwc_virtual.cpp301 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()
Dhwc_utils.cpp210 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()
Dhwc_utils.h501 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp219 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()
Dhwc_mdpcomp.cpp188 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()
Dhwc_utils.cpp326 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()
Dhwc_utils.h607 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member