Home
last modified time | relevance | path

Searched refs:mCopyBit (Results 1 – 17 of 17) 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()
763 if (ctx->mCopyBit[dpy]) in hwc_sync()
764 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_utils.h305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; 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()
1430 if (ctx->mCopyBit[dpy]) in hwc_sync()
1431 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_utils.h501 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc.cpp231 if(ctx->mCopyBit[i]) in reset()
232 ctx->mCopyBit[i]->reset(); in reset()
292 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary()
293 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary()
591 if (ctx->mCopyBit[dpy]) { in hwc_set_primary()
593 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary()
630 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary()
686 if(ctx->mCopyBit[dpy]) in hwc_set_external()
687 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external()
709 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()
1441 if (!dpy && ctx->mCopyBit[dpy]) { in hwc_sync()
1443 ctx->mCopyBit[dpy]->setReleaseFdSync(releaseFd); in hwc_sync()
1445 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_mdpcomp.cpp176 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in init()
811 if (mDpy || !ctx->mCopyBit[mDpy] || isDisplaySplit(ctx, mDpy)) { in fullMDPCompWithPTOR()
900 if (!ctx->mCopyBit[mDpy]->prepareOverlap(ctx, list)) { in fullMDPCompWithPTOR()
1737 fd = ctx->mCopyBit[mDpy]->drawOverlap(ctx, list); in drawOverlap()
1937 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw()
2189 hnd = ctx->mCopyBit[mDpy]->getCurrentRenderBuffer(); in draw()
Dhwc_utils.h534 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()
326 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary()
327 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary()
630 if (ctx->mCopyBit[dpy]) { in hwc_set_primary()
632 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary()
653 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary()
713 if(ctx->mCopyBit[dpy]) in hwc_set_external()
714 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external()
730 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()
442 if(ctx->mCopyBit[i]) { in closeContext()
443 delete ctx->mCopyBit[i]; in closeContext()
444 ctx->mCopyBit[i] = NULL; in closeContext()
1671 if (ctx->mCopyBit[dpy]) { in hwc_sync()
1673 ctx->mCopyBit[dpy]->setReleaseFdSync(releaseFd); in hwc_sync()
1675 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_utils.h609 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member