Searched refs:surface_context (Results 1 – 5 of 5) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmClient/src/ |
D | ilm_client_wayland_platform.c | 51 struct surface_context { struct 82 struct surface_context *ctx_surf = NULL; in wayland_client_gen_surface_id() 156 struct surface_context *c = NULL; in destroy_client_resouses() 157 struct surface_context *n = NULL; in destroy_client_resouses() 252 struct surface_context *ctx_surf = NULL; in create_client_surface() 313 struct surface_context *ctx_surf = NULL; in wayland_surfaceRemove() 314 struct surface_context *ctx_next = NULL; in wayland_surfaceRemove()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | rasterizer.cc | 308 static sk_sp<SkSurface> CreateSnapshotSurface(GrContext* surface_context, in CreateSnapshotSurface() argument 312 if (surface_context) { in CreateSnapshotSurface() 315 return SkSurface::MakeRenderTarget(surface_context, // in CreateSnapshotSurface() 329 GrContext* surface_context, in ScreenshotLayerTreeAsImage() argument 334 CreateSnapshotSurface(surface_context, tree->frame_size()); in ScreenshotLayerTreeAsImage() 348 auto frame = compositor_context.AcquireFrame(surface_context, canvas, nullptr, in ScreenshotLayerTreeAsImage() 396 GrContext* surface_context = surface_ ? surface_->GetContext() : nullptr; in ScreenshotLastLayerTree() local 404 surface_context, false); in ScreenshotLastLayerTree() 408 surface_context, true); in ScreenshotLastLayerTree()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 97 static struct surface_context* get_surface_context(struct wayland_context *, uint32_t); 419 struct surface_context *ctx_surf; in wm_listener_surface_visibility() 442 struct surface_context *ctx_surf; in wm_listener_surface_opacity() 465 struct surface_context *ctx_surf; in wm_listener_surface_size() 491 struct surface_context *ctx_surf; in wm_listener_surface_source_rectangle() 521 struct surface_context *ctx_surf; in wm_listener_surface_destination_rectangle() 551 struct surface_context *ctx_surf; in wm_listener_surface_stats() 566 struct surface_context *ctx_surf; in wm_listener_surface_created() 596 struct surface_context *ctx_surf; in wm_listener_surface_destroyed() 824 struct surface_context *surf_ctx; in input_listener_input_focus() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/ |
D | ilm_input.c | 36 struct surface_context *surface_ctx = NULL; in ilm_setInputAcceptanceOn() 118 struct surface_context *surface_ctx; in ilm_getInputAcceptanceOn() 271 struct surface_context *ctx_surf; in ilm_setInputFocus() 300 struct surface_context *ctx_surf; in ilm_getInputFocus()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/ |
D | ilm_control_platform.h | 77 struct surface_context { struct
|