Home
last modified time | relevance | path

Searched refs:Surface (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.h31 class Surface {
33 Surface(Surfaces& surfaces);
34 virtual ~Surface();
36 Surface(const Surface& rhs) = delete;
37 Surface& operator=(const Surface& rhs) = delete;
39 Surface(Surface&& rhs) = delete;
40 Surface& operator=(Surface&& rhs) = delete;
Dwayland_compositor.cpp50 Surface::Region* region = GetUserData<Surface::Region>(region_resource); in region_add()
81 delete GetUserData<Surface>(surface); in surface_destroy()
95 GetUserData<Surface>(surface)->Attach(buffer); in surface_attach()
123 Surface* surface = GetUserData<Surface>(surface_resource); in surface_set_opaque_region()
124 Surface::Region* region = GetUserData<Surface::Region>(region_resource); in surface_set_opaque_region()
141 GetUserData<Surface>(surface_resource)->Commit(); in surface_commit()
197 Surface* surface = new Surface(*surfaces); in compositor_create_surface()
213 std::unique_ptr<Surface::Region> region(new Surface::Region()); in compositor_create_region()
220 DestroyUserData<Surface::Region>); in compositor_create_region()
Dwayland_surface.cpp41 Surface::Surface(Surfaces& surfaces) : surfaces_(surfaces) {} in Surface() function in wayland::Surface
43 Surface::~Surface() { in ~Surface()
50 void Surface::SetRegion(const Region& region) { in SetRegion()
55 void Surface::Attach(struct wl_resource* buffer) { in Attach()
60 void Surface::Commit() { in Commit()
107 void Surface::SetVirtioGpuScanoutId(uint32_t scanout_id) { in SetVirtioGpuScanoutId()
Dwayland_virtio_gpu_metadata.cpp34 GetUserData<Surface>(surface_metadata_resource) in virtio_gpu_surface_metadata_set_scanout_id()
51 Surface* surface = GetUserData<Surface>(surface_resource); in virtio_gpu_metadata_get_surface_metadata()
Dwayland_surfaces.h31 class Surface; variable
59 friend class Surface;
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceService.java32 import android.view.Surface;
135 case Surface.ROTATION_0: in getRotation()
137 case Surface.ROTATION_90: in getRotation()
139 case Surface.ROTATION_180: in getRotation()
141 case Surface.ROTATION_270: in getRotation()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java31 import android.view.Surface;
69 private Surface mSurface[];
81 public Surface surface;
447 private native Surface nativeCreateSurface(int displayId, int width, int height); in nativeCreateSurface()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt8844 Landroid/view/Surface$1;
8845 Landroid/view/Surface$CompatibleCanvas;
8846 Landroid/view/Surface$HwuiContext;
8847 Landroid/view/Surface$OutOfResourcesException;
8848 Landroid/view/Surface;
25615 HSPLandroid/graphics/BLASTBufferQueue;->createSurface()Landroid/view/Surface;
26004 HSPLandroid/graphics/HardwareRenderer;->setSurface(Landroid/view/Surface;)V
26005 HSPLandroid/graphics/HardwareRenderer;->setSurface(Landroid/view/Surface;Z)V
31674 HSPLandroid/media/MediaCodec;->configure(Landroid/media/MediaFormat;Landroid/view/Surface;Landroid/…
31675 HSPLandroid/media/MediaCodec;->configure(Landroid/media/MediaFormat;Landroid/view/Surface;Landroid/…
[all …]
Dpreloaded-classes9505 android.view.Surface
9506 android.view.Surface$1
9507 android.view.Surface$CompatibleCanvas
9508 android.view.Surface$HwuiContext
9509 android.view.Surface$OutOfResourcesException