Searched refs:hwc1Layer (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1231 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; in prepare() local 1232 hwc1Layer.releaseFenceFd = -1; in prepare() 1233 hwc1Layer.acquireFenceFd = -1; in prepare() 1235 layer->applyState(hwc1Layer); in prepare() 1825 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, in updateTypeChanges() argument 1828 switch (hwc1Layer.compositionType) { in updateTypeChanges() 1861 const hwc_layer_1_t& hwc1Layer, const Layer& layer) { in updateLayerRequests() argument 1862 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) { in updateLayerRequests() 2048 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer) { in applyState() argument 2049 applyCommonState(hwc1Layer); in applyState() [all …]
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.cpp | 1290 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; in prepare() local 1291 hwc1Layer.releaseFenceFd = -1; in prepare() 1292 layer->applyState(hwc1Layer, applyAllState); in prepare() 1893 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, in updateTypeChanges() argument 1897 switch (hwc1Layer.compositionType) { in updateTypeChanges() 1930 const hwc_layer_1_t& hwc1Layer, const Layer& layer) in updateLayerRequests() argument 1932 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) { in updateLayerRequests() 2115 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer, in applyState() argument 2118 applyCommonState(hwc1Layer, applyAllState); in applyState() 2121 applySolidColorState(hwc1Layer, applyAllState); in applyState() [all …]
|
D | HWC2On1Adapter.h | 346 void updateTypeChanges(const struct hwc_layer_1& hwc1Layer, 348 void updateLayerRequests(const struct hwc_layer_1& hwc1Layer, 540 void applyState(struct hwc_layer_1& hwc1Layer, bool applyAllState); 545 void applyCommonState(struct hwc_layer_1& hwc1Layer, 547 void applySolidColorState(struct hwc_layer_1& hwc1Layer, 549 void applySidebandState(struct hwc_layer_1& hwc1Layer, 551 void applyBufferState(struct hwc_layer_1& hwc1Layer); 552 void applyCompositionType(struct hwc_layer_1& hwc1Layer,
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 381 void updateTypeChanges(const struct hwc_layer_1& hwc1Layer, 386 void updateLayerRequests(const struct hwc_layer_1& hwc1Layer, 564 void applyState(struct hwc_layer_1& hwc1Layer); 579 void applyCommonState(struct hwc_layer_1& hwc1Layer); 580 void applySolidColorState(struct hwc_layer_1& hwc1Layer); 581 void applySidebandState(struct hwc_layer_1& hwc1Layer); 582 void applyBufferState(struct hwc_layer_1& hwc1Layer); 583 void applyCompositionType(struct hwc_layer_1& hwc1Layer);
|