Searched refs:hwcContents (Results 1 – 4 of 4) sorted by relevance
1370 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()1600 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()1601 ((hwcContents.numHwLayers == 1) ? "\n" : "s\n"); in to_string()1602 for (size_t layer = 0; layer < hwcContents.numHwLayers; ++layer) { in to_string()1607 if (hwcContents.outbuf != nullptr) { in to_string()[all …]
237 HWC2::Error set(hwc_display_contents_1& hwcContents);239 void addReleaseFences(const hwc_display_contents_1& hwcContents);
1281 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()1498 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()1499 ((hwcContents.numHwLayers == 1) ? "\n" : "s\n"); in to_string()1500 for (size_t layer = 0; layer < hwcContents.numHwLayers; ++layer) { in to_string()1505 if (hwcContents.outbuf != nullptr) { in to_string()[all …]
266 HWC2::Error set(hwc_display_contents_1& hwcContents);268 void addReleaseFences(const hwc_display_contents_1& hwcContents);