Searched refs:hwcContents (Results 1 – 4 of 4) sorted by relevance
1272 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) { in set() argument1281 auto numLayers = hwcContents.numHwLayers; in set()1286 auto& layer = hwcContents.hwLayers[l]; in set()1294 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()1314 const hwc_display_contents_1_t& hwcContents) { in addReleaseFences() argument1317 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences()1319 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id]; in addReleaseFences()1490 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() argument1496 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()1498 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()[all …]
1360 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) in set() argument1370 auto numLayers = hwcContents.numHwLayers; in set()1375 auto& layer = hwcContents.hwLayers[l]; in set()1383 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()1404 const hwc_display_contents_1_t& hwcContents) in addReleaseFences() argument1408 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences()1410 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id]; in addReleaseFences()1591 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() argument1598 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()1600 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()[all …]
237 HWC2::Error set(hwc_display_contents_1& hwcContents);239 void addReleaseFences(const hwc_display_contents_1& hwcContents);
266 HWC2::Error set(hwc_display_contents_1& hwcContents);268 void addReleaseFences(const hwc_display_contents_1& hwcContents);