Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp119 if(ctx->mCopyBit[dpy]){ in handle_uevent()
121 delete ctx->mCopyBit[dpy]; in handle_uevent()
122 ctx->mCopyBit[dpy] = NULL; in handle_uevent()
144 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.cpp224 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(); in initContext()
271 if(ctx->mCopyBit[i]) { in closeContext()
272 delete ctx->mCopyBit[i]; in closeContext()
273 ctx->mCopyBit[i] = NULL; in closeContext()
762 if (ctx->mCopyBit[dpy]) in hwc_sync()
763 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()
724 if (ctx->mCopyBit[dpy]) in hwc_sync()
725 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
1128 ctx->mCopyBit[dpy] = new CopyBit(); in setupSecondaryObjs()
1135 if(ctx->mCopyBit[dpy]) in setupSecondaryObjs()
1136 ctx->mCopyBit[dpy]->reset(); in setupSecondaryObjs()
1144 if(ctx->mCopyBit[dpy]){ in clearSecondaryObjs()
[all …]
Dhwc_utils.h358 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS]; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc.cpp145 if(ctx->mCopyBit[i]) in reset()
146 ctx->mCopyBit[i]->reset(); in reset()
212 if(ctx->mCopyBit[dpy]) in hwc_prepare_primary()
213 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy); in hwc_prepare_primary()
503 if(ctx->mCopyBit[dpy]) in hwc_set_primary()
504 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_primary()
521 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_primary()
559 if(ctx->mCopyBit[dpy]) in hwc_set_external()
560 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in hwc_set_external()
582 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in hwc_set_external()
Dhwc_virtual.cpp246 if(ctx->mCopyBit[dpy]) in set()
247 copybitDone = ctx->mCopyBit[dpy]->draw(ctx, list, dpy, &fd); in set()
269 hnd = ctx->mCopyBit[dpy]->getCurrentRenderBuffer(); in set()
Dhwc_utils.cpp209 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext()
297 if(ctx->mCopyBit[i]) { in closeContext()
298 delete ctx->mCopyBit[i]; in closeContext()
299 ctx->mCopyBit[i] = NULL; in closeContext()
1363 if (ctx->mCopyBit[dpy]) in hwc_sync()
1364 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_utils.h472 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()
1422 if (ctx->mCopyBit[dpy]) in hwc_sync()
1423 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd); in hwc_sync()
Dhwc_utils.h499 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES]; member