Searched defs:surface_context (Results 1 – 3 of 3) sorted by relevance
77 struct surface_context { struct78 struct wl_list link;80 t_ilm_uint id_surface;81 struct ilmSurfaceProperties prop;82 struct wl_list list_accepted_seats;83 surfaceNotificationFunc notification;85 struct wayland_context *ctx;
51 struct surface_context { struct52 struct ivi_surface *surface;53 t_ilm_uint id_surface;54 struct ilmSurfaceProperties prop;56 struct wl_list link;
308 static sk_sp<SkSurface> CreateSnapshotSurface(GrContext* surface_context, in CreateSnapshotSurface()329 GrContext* surface_context, in ScreenshotLayerTreeAsImage()396 GrContext* surface_context = surface_ ? surface_->GetContext() : nullptr; in ScreenshotLastLayerTree() local