Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h580 void applySolidColorState(struct hwc_layer_1& hwc1Layer);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h547 void applySolidColorState(struct hwc_layer_1& hwc1Layer,
DHWC2On1Adapter.cpp2121 applySolidColorState(hwc1Layer, applyAllState); in applyState()
2261 void HWC2On1Adapter::Layer::applySolidColorState(hwc_layer_1_t& hwc1Layer, in applySolidColorState() function in android::HWC2On1Adapter::Layer
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2052 case Composition::SolidColor : applySolidColorState(hwc1Layer); break; in applyState()
2163 void HWC2On1Adapter::Layer::applySolidColorState(hwc_layer_1_t& hwc1Layer) { in applySolidColorState() function in android::HWC2On1Adapter::Layer