Lines Matching refs:mCopyBit
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()
1142 delete ctx->mCopyBit[dpy]; in clearSecondaryObjs()
1143 ctx->mCopyBit[dpy] = NULL; in clearSecondaryObjs()