Home
last modified time | relevance | path

Searched refs:currentLayers (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp133 std::vector<uint64_t> currentLayers; member
535 window->currentLayers.push_back(surface_id); in com_wl_add_surface()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
574 for (auto it = window->currentLayers.begin(); in com_wl_end_transaction()
575 it != window->currentLayers.end(); ++it) { in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
596 window->currentLayers.clear(); in com_wl_end_transaction()
/dports/www/firefox/firefox-99.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp133 std::vector<uint64_t> currentLayers; member
535 window->currentLayers.push_back(surface_id); in com_wl_add_surface()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
574 for (auto it = window->currentLayers.begin(); in com_wl_end_transaction()
575 it != window->currentLayers.end(); ++it) { in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
596 window->currentLayers.clear(); in com_wl_end_transaction()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp133 std::vector<uint64_t> currentLayers; member
535 window->currentLayers.push_back(surface_id); in com_wl_add_surface()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
574 for (auto it = window->currentLayers.begin(); in com_wl_end_transaction()
575 it != window->currentLayers.end(); ++it) { in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
596 window->currentLayers.clear(); in com_wl_end_transaction()