Home
last modified time | relevance | path

Searched refs:mMDPComp (Results 1 – 21 of 21) 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.cpp217 if(ctx->mMDPComp[i]) in reset()
218 ctx->mMDPComp[i]->reset(); in reset()
271 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); in hwc_prepare_primary()
303 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
572 fd = ctx->mMDPComp[dpy]->drawOverlap(ctx, list); in hwc_set_primary()
582 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
657 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.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/msm8974/libhwcomposer/
Dhwc.cpp107 if(ctx->mMDPComp[i]) in reset()
108 ctx->mMDPComp[i]->reset(); in reset()
161 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_primary()
188 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
235 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_virtual()
417 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
466 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
521 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_virtual()
674 if(ctx->mMDPComp[dpy]) in hwc_dump()
675 ctx->mMDPComp[dpy]->dump(aBuf); in hwc_dump()
Dhwc_utils.cpp167 ctx->mMDPComp[HWC_DISPLAY_PRIMARY] = in initContext()
223 if(ctx->mMDPComp[i]) { in closeContext()
224 delete ctx->mMDPComp[i]; in closeContext()
225 ctx->mMDPComp[i] = NULL; in closeContext()
1117 ctx->mMDPComp[dpy] = MDPComp::getObject( in setupSecondaryObjs()
1130 if(ctx->mMDPComp[dpy]) in setupSecondaryObjs()
1131 ctx->mMDPComp[dpy]->reset(); in setupSecondaryObjs()
1145 if(ctx->mMDPComp[dpy]) { in clearSecondaryObjs()
1146 delete ctx->mMDPComp[dpy]; in clearSecondaryObjs()
1147 ctx->mMDPComp[dpy] = NULL; in clearSecondaryObjs()
[all …]
Dhwc_utils.h375 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()
287 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0); in hwc_prepare_primary()
319 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) { in hwc_prepare_external()
603 fd = ctx->mMDPComp[dpy]->drawOverlap(ctx, list); in hwc_set_primary()
613 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_primary()
692 if (!ctx->mMDPComp[dpy]->draw(ctx, list)) { in hwc_set_external()
874 if(ctx->mMDPComp[dpy]) in hwc_dump()
875 ctx->mMDPComp[dpy]->dump(aBuf, ctx); in hwc_dump()
Dhwc_utils.h624 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()