Searched defs:hwc1Layer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1288 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; local
1289 hwc1Layer.releaseFenceFd = -1;
1290 layer->applyState(hwc1Layer, applyAllState);
1882 void HWC2On1Adapter::Display::updateTypeChanges(const hwc_layer_1_t& hwc1Layer, argument
1886 switch (hwc1Layer.compositionType) {
1919 const hwc_layer_1_t& hwc1Layer, const Layer& layer)
1921 if ((hwc1Layer.hints & HWC_HINT_CLEAR_FB) != 0) {
2104 void HWC2On1Adapter::Layer::applyState(hwc_layer_1_t& hwc1Layer, argument
2107 applyCommonState(hwc1Layer, applyAllState);
2110 applySolidColorState(hwc1Layer, applyAllStat
1918 updateLayerRequests( const hwc_layer_1_t& hwc1Layer, const Layer& layer) argument
2192 applyCommonState(hwc_layer_1_t& hwc1Layer, bool applyAllState) argument
[all...]

Completed in 12 milliseconds