Searched refs:ApplyPlane (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 56 int32_t HdiDrmComposition::ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicRe… in ApplyPlane() function in OHOS::HDI::DISPLAY::HdiDrmComposition 147 ret = ApplyPlane(*layer, *drmPlane, atomicReqPtr.Get()); in Apply()
|
H A D | hdi_drm_composition.h | 58 int32_t ApplyPlane(HdiDrmLayer &layer, const DrmPlane &drmPlane, drmModeAtomicReqPtr pset);
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_drm_composition.h | 59 …int32_t ApplyPlane(HdiDrmLayer &layer, HdiLayer &hlayer, DrmPlane &drmPlane, drmModeAtomicReqPtr p…
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 118 int32_t HdiDrmComposition::ApplyPlane(HdiDrmLayer &layer, in ApplyPlane() function in OHOS::HDI::DISPLAY::HdiDrmComposition 244 ret = ApplyPlane(*layer, *hlayer, *drmPlane, pset); in FindPlaneAndApply()
|