![]() |
Project
|
#include "GPUDisplayFrontendWayland.h"
#include "backend/GPUDisplayBackend.h"
#include "GPUDisplayGUIWrapper.h"
#include "GPUDisplay.h"
#include "GPULogging.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdexcept>
#include <chrono>
#include <functional>
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_wayland.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <wayland-client.h>
#include "xdg-shell-client-protocol.h"
#include "xdg-decoration-client-protocol.h"
#include <xkbcommon/xkbcommon.h>
#include <linux/input-event-codes.h>
Go to the source code of this file.
Classes | |
struct | o2::gpu::internal::CCallWrapper< T, Args > |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::gpu |
namespace | o2::gpu::internal |
Definition in file GPUDisplayFrontendWayland.cxx.