Home
last modified time | relevance | path

Searched refs:plane_alpha (Results 1 – 25 of 39) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp239 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
240 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
242 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
Dhwc_display.cpp1337 client_target_layer->plane_alpha = 255; in BuildLayerStack()
1670 os << "\tplane_alpha: " << std::to_string(sdm_layer->plane_alpha).c_str() << std::endl; in BuildLayerStack()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp303 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
304 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
306 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
Dhwc_display.cpp1552 client_target_layer->plane_alpha = 255; in BuildLayerStack()
1900 os << " alpha: " << std::to_string(sdm_layer->plane_alpha).c_str(); in BuildLayerStack()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp403 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
404 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
406 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp420 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
421 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
423 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
Dhwc_display.cpp1536 client_target_layer->plane_alpha = 255; in BuildLayerStack()
1854 os << " alpha: " << std::to_string(sdm_layer->plane_alpha).c_str(); in BuildLayerStack()
/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h281 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_stack.h344 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h344 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_stack.h344 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/sdm845/display/sdm/include/core/
Dlayer_stack.h362 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.cpp451 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
453 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
455 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h383 uint8_t plane_alpha = 0xff; //!< Alpha value applied to the whole layer. member
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.cpp457 uint8_t plane_alpha = static_cast<uint8_t>(std::round(255.0f * alpha)); in SetLayerPlaneAlpha() local
459 if (layer_->plane_alpha != plane_alpha) { in SetLayerPlaneAlpha()
461 layer_->plane_alpha = plane_alpha; in SetLayerPlaneAlpha()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h628 uint32_t plane_alpha = 0xff; member
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.h134 void AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha);
Dhw_device_drm.cpp887 AddSolidfillStage(hw_layers->config[i].hw_solidfill_stage, layer.plane_alpha); in SetupAtomic()
903 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha); in SetupAtomic()
1023 void HWDeviceDRM::AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha) { in AddSolidfillStage() argument
1030 solidfill.plane_alpha = plane_alpha; in AddSolidfillStage()
1047 solidfill.z_order, solidfill.color, solidfill.plane_alpha); in AddSolidfillStage()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.h149 void AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha);
Dhw_device_drm.cpp1025 AddSolidfillStage(hw_layers->config[i].hw_solidfill_stage, layer.plane_alpha); in SetupAtomic()
1043 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha); in SetupAtomic()
1207 void HWDeviceDRM::AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha) { in AddSolidfillStage() argument
1214 solidfill.plane_alpha = plane_alpha; in AddSolidfillStage()
1231 solidfill.z_order, solidfill.color, solidfill.plane_alpha); in AddSolidfillStage()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h799 uint32_t plane_alpha = 0xff; member
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dblit_engine_c2d.cpp308 layer->plane_alpha = 0xFF; in Prepare()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dblit_engine_c2d.cpp308 layer->plane_alpha = 0xFF; in Prepare()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp302 layer->plane_alpha = 0xFF; in Prepare()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_device_drm.cpp401 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha); in SetupAtomic()

12