Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mCopyBit

224             ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit();
271 if(ctx->mCopyBit[i]) {
272 delete ctx->mCopyBit[i];
273 ctx->mCopyBit[i] = NULL;
755 if (ctx->mCopyBit[dpy])
756 ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);