Home
last modified time | relevance | path

Searched refs:AddSolidfillStage (Results 1 – 4 of 4) sorted by relevance

/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()
1023 void HWDeviceDRM::AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha) { in AddSolidfillStage() function in sdm::HWDeviceDRM
/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()
1207 void HWDeviceDRM::AddSolidfillStage(const HWSolidfillStage &sf, uint32_t plane_alpha) { in AddSolidfillStage() function in sdm::HWDeviceDRM
1998 AddSolidfillStage(sf, 0xFF); in AddDimLayerIfNeeded()