Home
last modified time | relevance | path

Searched refs:mMDPComp (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.cpp55 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
59 if(ctx->mMDPComp[dpy]) in init()
60 ctx->mMDPComp[dpy]->reset(); in init()
76 if(ctx->mMDPComp[dpy]) { in destroy()
77 delete ctx->mMDPComp[dpy]; in destroy()
78 ctx->mMDPComp[dpy] = NULL; in destroy()
127 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare()
180 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in set()
265 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare()
311 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in set()
Dhwc_uevents.cpp45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
54 if(ctx->mMDPComp[dpy]) { in clear()
55 delete ctx->mMDPComp[dpy]; in clear()
56 ctx->mMDPComp[dpy] = NULL; in clear()
Dhwc.cpp282 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); in hwc_prepare_primary()
314 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
597 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
666 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
825 if(ctx->mMDPComp[dpy]) in hwc_dump()
826 ctx->mMDPComp[dpy]->dump(aBuf, ctx); in hwc_dump()
Dhwc_utils.h518 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp225 ctx->mMDPComp[HWC_DISPLAY_PRIMARY] = in initContext()
326 if(ctx->mMDPComp[i]) { in closeContext()
327 delete ctx->mMDPComp[i]; in closeContext()
328 ctx->mMDPComp[i] = NULL; in closeContext()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp66 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
70 if(ctx->mMDPComp[dpy]) in init()
71 ctx->mMDPComp[dpy]->reset(); in init()
87 if(ctx->mMDPComp[dpy]) { in destroy()
88 delete ctx->mMDPComp[dpy]; in destroy()
89 ctx->mMDPComp[dpy] = NULL; in destroy()
138 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare()
196 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in set()
304 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare()
349 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in set()
Dhwc_uevents.cpp45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
54 if(ctx->mMDPComp[dpy]) { in clear()
55 delete ctx->mMDPComp[dpy]; in clear()
56 ctx->mMDPComp[dpy] = NULL; in clear()
Dhwc.cpp227 if(ctx->mMDPComp[i]) in reset()
228 ctx->mMDPComp[i]->reset(); in reset()
281 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); in hwc_prepare_primary()
313 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
595 fd = ctx->mMDPComp[dpy]->drawOverlap(ctx, list); in hwc_set_primary()
624 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
696 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
864 if(ctx->mMDPComp[dpy]) in hwc_dump()
865 ctx->mMDPComp[dpy]->dump(aBuf, ctx); in hwc_dump()
Dhwc_utils.h551 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp232 ctx->mMDPComp[HWC_DISPLAY_PRIMARY] = in initContext()
344 if(ctx->mMDPComp[i]) { in closeContext()
345 delete ctx->mMDPComp[i]; in closeContext()
346 ctx->mMDPComp[i] = NULL; in closeContext()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp122 if(ctx->mMDPComp[dpy]) { in handle_uevent()
123 delete ctx->mMDPComp[dpy]; in handle_uevent()
124 ctx->mMDPComp[dpy] = NULL; in handle_uevent()
143 ctx->mMDPComp[dpy] = MDPComp::getObject( in handle_uevent()
Dhwc.cpp149 int fbZOrder = ctx->mMDPComp[dpy]->prepare(ctx, list); in hwc_prepare_primary()
179 int fbZOrder = ctx->mMDPComp[dpy]->prepare(ctx, list); in hwc_prepare_external()
366 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
415 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
577 if(ctx->mMDPComp[dpy]) in hwc_dump()
578 ctx->mMDPComp[dpy]->dump(aBuf); in hwc_dump()
Dhwc_utils.cpp232 ctx->mMDPComp[HWC_DISPLAY_PRIMARY] = in initContext()
291 if(ctx->mMDPComp[i]) { in closeContext()
292 delete ctx->mMDPComp[i]; in closeContext()
293 ctx->mMDPComp[i] = NULL; in closeContext()
Dhwc_utils.h322 qhwc::MDPComp *mMDPComp[MAX_DISPLAYS]; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp48 if(ctx->mMDPComp[dpy]) in init()
49 ctx->mMDPComp[dpy]->reset(); in init()
112 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in prepare()
169 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in set()
Dhwc.cpp215 if(ctx->mMDPComp[i]) in reset()
216 ctx->mMDPComp[i]->reset(); in reset()
315 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); in hwc_prepare_primary()
347 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
634 fd = ctx->mMDPComp[dpy]->drawOverlap(ctx, list); in hwc_set_primary()
644 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
723 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
905 if(ctx->mMDPComp[dpy]) in hwc_dump()
906 ctx->mMDPComp[dpy]->dump(aBuf, ctx); in hwc_dump()
Dhwc_utils.h626 qhwc::MDPComp *mMDPComp[HWC_NUM_DISPLAY_TYPES]; member
Dhwc_utils.cpp155 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in initCompositionResources()
163 if(ctx->mMDPComp[dpy]) { in destroyCompositionResources()
164 delete ctx->mMDPComp[dpy]; in destroyCompositionResources()
165 ctx->mMDPComp[dpy] = NULL; in destroyCompositionResources()