Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mMDPComp

66     ctx->mMDPComp[dpy] =  MDPComp::getObject(ctx, dpy);
70 if(ctx->mMDPComp[dpy])
71 ctx->mMDPComp[dpy]->reset();
87 if(ctx->mMDPComp[dpy]) {
88 delete ctx->mMDPComp[dpy];
89 ctx->mMDPComp[dpy] = NULL;
138 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
196 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) {
304 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
349 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) {