Lines Matching refs:mCopyBit
158 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
202 if(ctx->mCopyBit[i]) {
203 delete ctx->mCopyBit[i];
204 ctx->mCopyBit[i] = NULL;
724 if (ctx->mCopyBit[dpy])
725 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);
1128 ctx->mCopyBit[dpy] = new CopyBit();
1135 if(ctx->mCopyBit[dpy])
1136 ctx->mCopyBit[dpy]->reset();
1144 if(ctx->mCopyBit[dpy]){
1145 delete ctx->mCopyBit[dpy];
1146 ctx->mCopyBit[dpy] = NULL;