Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mCopyBit

185             ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
232 if(ctx->mCopyBit[i]) {
233 delete ctx->mCopyBit[i];
234 ctx->mCopyBit[i] = NULL;
713 if (ctx->mCopyBit[dpy])
714 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);