Home
last modified time | relevance | path

Searched defs:Surface (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.h31 class Surface; variable
Dwayland_surface.cpp26 Surface::Surface(Surfaces& surfaces) : surfaces_(surfaces) {} in Surface() function in wayland::Surface
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dswapchain.cpp184 struct Surface { struct
185 android::sp<ANativeWindow> window;
186 VkSwapchainKHR swapchain_handle;
187 uint64_t consumer_usage;
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi.h52 explicit Surface(SurfaceType type) : mType(type) {} in Surface() function