Searched defs:Surface (Results 1 – 4 of 4) sorted by relevance
31 class Surface; variable
26 Surface::Surface(Surfaces& surfaces) : surfaces_(surfaces) {} in Surface() function in wayland::Surface
184 struct Surface { struct185 android::sp<ANativeWindow> window;186 VkSwapchainKHR swapchain_handle;187 uint64_t consumer_usage;
52 explicit Surface(SurfaceType type) : mType(type) {} in Surface() function