Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mCopyBit

210         ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx,
305 if(ctx->mCopyBit[i]) {
306 delete ctx->mCopyBit[i];
307 ctx->mCopyBit[i] = NULL;
1422 if (ctx->mCopyBit[dpy])
1423 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);