/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 229 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext() 295 if(ctx->mLayerRotMap[i]) { in closeContext() 296 delete ctx->mLayerRotMap[i]; in closeContext() 297 ctx->mLayerRotMap[i] = NULL; in closeContext() 684 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync() 687 ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd; in hwc_sync() 689 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync() 696 ctx->mLayerRotMap[dpy]->getLayer(i)->releaseFenceFd = in hwc_sync() 767 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync() 988 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureLowRes() [all …]
|
D | hwc.cpp | 105 if(ctx->mLayerRotMap[i]) in reset() 106 ctx->mLayerRotMap[i]->reset(); in reset()
|
D | hwc_utils.h | 321 qhwc::LayerRotMap *mLayerRotMap[MAX_DISPLAYS]; member
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 223 if(ctx->mLayerRotMap[i]) in reset() 224 ctx->mLayerRotMap[i]->reset(); in reset() 288 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_primary() 319 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_external()
|
D | hwc_utils.cpp | 233 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext() 334 if(ctx->mLayerRotMap[i]) { in closeContext() 335 delete ctx->mLayerRotMap[i]; in closeContext() 336 ctx->mLayerRotMap[i] = NULL; in closeContext() 1313 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync() 1316 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync() 1317 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() 1432 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync() 1677 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit() 1785 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit() [all …]
|
D | hwc_virtual.cpp | 132 ctx->mLayerRotMap[dpy]->clear(); in prepare() 270 ctx->mLayerRotMap[dpy]->clear(); in prepare()
|
D | hwc_utils.h | 551 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_fbupdate.cpp | 94 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
|
D | hwc_mdpcomp.cpp | 175 ctx->mLayerRotMap[mDpy]->clear(); in reset() 2130 ctx->mLayerRotMap[mDpy]->add(layer, *rot); in configure()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 253 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext() 352 if(ctx->mLayerRotMap[i]) { in closeContext() 353 delete ctx->mLayerRotMap[i]; in closeContext() 354 ctx->mLayerRotMap[i] = NULL; in closeContext() 1301 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync() 1304 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync() 1305 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() 1447 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync() 1682 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit() 1790 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureSplit() [all …]
|
D | hwc.cpp | 233 if(ctx->mLayerRotMap[i]) in reset() 234 ctx->mLayerRotMap[i]->reset(); in reset() 287 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_primary() 318 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_external()
|
D | hwc_virtual.cpp | 143 ctx->mLayerRotMap[dpy]->clear(); in prepare() 309 ctx->mLayerRotMap[dpy]->clear(); in prepare()
|
D | hwc_utils.h | 584 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_fbupdate.cpp | 101 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
|
D | hwc_mdpcomp.cpp | 187 ctx->mLayerRotMap[mDpy]->clear(); in reset() 2343 ctx->mLayerRotMap[mDpy]->add(layer, *rot); in configure()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc.cpp | 228 if(ctx->mLayerRotMap[i]) in reset() 229 ctx->mLayerRotMap[i]->reset(); in reset() 303 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_primary() 334 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_external()
|
D | hwc_utils.cpp | 372 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext() 498 if(ctx->mLayerRotMap[i]) { in closeContext() 499 delete ctx->mLayerRotMap[i]; in closeContext() 500 ctx->mLayerRotMap[i] = NULL; in closeContext() 1614 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync() 1617 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync() 1618 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() 1632 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync() 1764 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync() 2093 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit() [all …]
|
D | hwc_virtual.cpp | 118 ctx->mLayerRotMap[dpy]->clear(); in prepare()
|
D | hwc_fbupdate.cpp | 99 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
|
D | hwc_utils.h | 640 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES]; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 221 if(ctx->mLayerRotMap[i]) in reset() 222 ctx->mLayerRotMap[i]->reset(); in reset() 321 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_primary() 352 ctx->mLayerRotMap[dpy]->clear(); in hwc_prepare_external()
|
D | hwc_utils.cpp | 349 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext() 465 if(ctx->mLayerRotMap[i]) { in closeContext() 466 delete ctx->mLayerRotMap[i]; in closeContext() 467 ctx->mLayerRotMap[i] = NULL; in closeContext() 1527 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync() 1530 overlay::Rotator* currRot = ctx->mLayerRotMap[dpy]->getRot(i); in hwc_sync() 1531 hwc_layer_1_t* currLayer = ctx->mLayerRotMap[dpy]->getLayer(i); in hwc_sync() 1545 if(LIKELY(!swapzero) and (not ctx->mLayerRotMap[dpy]->isRotCached(i))) in hwc_sync() 1677 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync() 2013 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureNonSplit() [all …]
|
D | hwc_virtual.cpp | 117 ctx->mLayerRotMap[dpy]->clear(); in prepare()
|
D | hwc_utils.h | 659 qhwc::LayerRotMap *mLayerRotMap[HWC_NUM_DISPLAY_TYPES]; member
|
D | hwc_fbupdate.cpp | 99 ctx->mLayerRotMap[mDpy]->add(layer, mRot); in preRotateExtDisplay()
|