Searched refs:Surface (Results 1 – 9 of 9) sorted by relevance
31 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;
50 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()
41 Surface::Surface(Surfaces& surfaces) : surfaces_(surfaces) {} in Surface() function in wayland::Surface43 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()
34 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()
31 class Surface; variable59 friend class Surface;
32 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()
31 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()
8844 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;)V26005 HSPLandroid/graphics/HardwareRenderer;->setSurface(Landroid/view/Surface;Z)V31674 HSPLandroid/media/MediaCodec;->configure(Landroid/media/MediaFormat;Landroid/view/Surface;Landroid/…31675 HSPLandroid/media/MediaCodec;->configure(Landroid/media/MediaFormat;Landroid/view/Surface;Landroid/…[all …]
9505 android.view.Surface9506 android.view.Surface$19507 android.view.Surface$CompatibleCanvas9508 android.view.Surface$HwuiContext9509 android.view.Surface$OutOfResourcesException