Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp77 void surface_destroy(wl_client*, wl_resource* surface) { in surface_destroy()
85 wl_resource* surface, in surface_attach()
112 void surface_frame(wl_client*, wl_resource* surface, uint32_t) { in surface_frame()
123 Surface* surface = GetUserData<Surface>(surface_resource); in surface_set_opaque_region() local
197 Surface* surface = new Surface(*surfaces); in compositor_create_surface() local
Dwayland_subcompositor.cpp45 wl_resource* surface) { in subsurface_place_above()
53 wl_resource* surface) { in subsurface_place_below()
90 wl_resource* surface, in subcompositor_get_subsurface()
Dwayland_shell.cpp225 void xdg_surface_destroy(wl_client*, wl_resource* surface) { in xdg_surface_destroy()
234 void xdg_surface_get_toplevel(wl_client* client, wl_resource* surface, in xdg_surface_get_toplevel()
250 void xdg_surface_get_popup(wl_client* client, wl_resource* surface, uint32_t id, in xdg_surface_get_popup()
266 void xdg_surface_set_window_geometry(wl_client*, wl_resource* surface, in xdg_surface_set_window_geometry()
277 void xdg_surface_ack_configure(wl_client*, wl_resource* surface, in xdg_surface_ack_configure()
317 uint32_t id, wl_resource* surface) { in xdg_shell_get_xdg_surface()
Dwayland_virtio_gpu_metadata.cpp51 Surface* surface = GetUserData<Surface>(surface_resource); in virtio_gpu_metadata_get_surface_metadata() local
Dwayland_seat.cpp30 wl_resource* surface, in pointer_set_cursor()
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h77 EGLSurface surface = EGL_NO_SURFACE; member
DRenderControl.cpp445 EglSurface* surface = in rcCreateWindowSurface() local
459 EglSurface* surface = it->second; in rcDestroyWindowSurface() local
492 EglSurface* surface = surface_it->second; in rcSetWindowColorBuffer() local
/device/generic/goldfish/camera/
Dabc3d.cpp200 EGLSurface surface = EGL_NO_SURFACE; in init() local
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java81 public Surface surface; field in MultiDisplayService.MultiDisplay