Home
last modified time | relevance | path

Searched refs:create_surface (Results 1 – 12 of 12) sorted by relevance

/third_party/weston/libweston-desktop/
Dxwayland.c235 create_surface(struct weston_desktop_xwayland *xwayland, in create_surface() function
389 .create_surface = create_surface,
/third_party/weston/xwayland/
Dxwayland-internal-interface.h37 struct weston_desktop_xwayland_surface *(*create_surface)(struct weston_desktop_xwayland *xwayland, member
Dwindow-manager.c2926 xwayland_interface->create_surface(xwayland, in xserver_map_shell_surface()
/third_party/flutter/skia/tests/
DSurfaceTest.cpp42 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
255 for (auto& surface_func : { &create_surface, &create_direct_surface }) { in DEF_TEST()
281 for (auto& surface_func : { &create_surface, &create_direct_surface }) { in DEF_TEST()
443 test_copy_on_write(reporter, create_surface().get()); in DEF_TEST()
463 test_writable_after_snapshot_release(reporter, create_surface().get()); in DEF_TEST()
513 auto surface(create_surface()); in DEF_TEST()
596 test_func(reporter, create_surface().get(), mode); in DEF_TEST()
1108 sk_sp<SkSurface> surface = create_surface(); in DEF_TEST()
DImageFilterTest.cpp343 static sk_sp<SkSurface> create_surface(GrContext* context, int width, int height) { in create_surface() function
1563 sk_sp<SkSurface> surface(create_surface(context, 192, 128)); in test_make_with_filter()
/third_party/skia/tests/
DSurfaceTest.cpp46 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
242 for (auto& surface_func : { &create_surface, &create_direct_surface }) { in DEF_TEST()
268 for (auto& surface_func : { &create_surface, &create_direct_surface }) { in DEF_TEST()
469 test_copy_on_write(reporter, create_surface().get()); in DEF_TEST()
489 test_writable_after_snapshot_release(reporter, create_surface().get()); in DEF_TEST()
546 auto surface(create_surface()); in DEF_TEST()
625 test_func(reporter, create_surface().get(), mode); in DEF_TEST()
1129 sk_sp<SkSurface> surface = create_surface(); in DEF_TEST()
DImageFilterTest.cpp346 static sk_sp<SkSurface> create_surface(GrRecordingContext* rContext, int width, int height) { in create_surface() function
1677 sk_sp<SkSurface> surface(create_surface(rContext, 192, 128)); in test_make_with_filter()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt132 2546 LINUX : dEQP-EGL.functional.create_surface.pixmap.rgba8888_depth_stencil = SKIP
133 2546 LINUX : dEQP-EGL.functional.create_surface.pixmap.rgba8888_no_depth_no_stencil = SKIP
211 2546 ANDROID VULKAN : dEQP-EGL.functional.create_surface.window.other = SKIP
/third_party/weston/clients/
Dsimple-egl-hos.c286 create_surface(struct window *window) in create_surface() function
822 create_surface(&window); in main()
Dsimple-egl.c358 create_surface(struct window *window) in create_surface() function
852 create_surface(&window); in main()
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c1753 create_surface(struct ivishell *shell, function
1863 ivisurf = create_surface(shell, layout_surface, id_surface);
2042 ivisurf = create_surface(shell, pArray[i], id_surface);
/third_party/wayland_standard/tests/data/
Dexample-server.h1059 void (*create_surface)(struct wl_client *client, member