Searched refs:gemBuffer (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_composition.cpp | 74 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local 75 …DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nul… in ApplyPlane() 76 …DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is inv… in ApplyPlane() 77 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 79 drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 153 DrmGemBuffer *gemBuffer = layer.GetGemBuffer(); in ApplyPlane() local 154 …DISPLAY_CHK_RETURN((gemBuffer == nullptr), DISPLAY_FAILURE, DISPLAY_LOGE("current gemBuffer is nul… in ApplyPlane() 155 …DISPLAY_CHK_RETURN((!gemBuffer->IsValid()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is inv… in ApplyPlane() 156 …ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId(… in ApplyPlane() 158 drmPlane.GetId(), drmPlane.GetPropFbId(), gemBuffer->GetFbId()); in ApplyPlane()
|