Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mMDPComp

167     ctx->mMDPComp[HWC_DISPLAY_PRIMARY] =
223 if(ctx->mMDPComp[i]) {
224 delete ctx->mMDPComp[i];
225 ctx->mMDPComp[i] = NULL;
1120 ctx->mMDPComp[dpy] = MDPComp::getObject(
1133 if(ctx->mMDPComp[dpy])
1134 ctx->mMDPComp[dpy]->reset();
1148 if(ctx->mMDPComp[dpy]) {
1149 delete ctx->mMDPComp[dpy];
1150 ctx->mMDPComp[dpy] = NULL;
1155 if(ctx->mMDPComp[dpy]) {
1156 return (ctx->mMDPComp[dpy]->getMDPCompCount() == 0);