/third_party/weston/libweston-desktop/ |
D | xwayland.c | 235 create_surface(struct weston_desktop_xwayland *xwayland, in create_surface() function 389 .create_surface = create_surface,
|
/third_party/weston/xwayland/ |
D | xwayland-internal-interface.h | 37 struct weston_desktop_xwayland_surface *(*create_surface)(struct weston_desktop_xwayland *xwayland, member
|
D | window-manager.c | 2926 xwayland_interface->create_surface(xwayland, in xserver_map_shell_surface()
|
/third_party/flutter/skia/tests/ |
D | SurfaceTest.cpp | 42 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()
|
D | ImageFilterTest.cpp | 343 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/ |
D | SurfaceTest.cpp | 46 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()
|
D | ImageFilterTest.cpp | 346 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/ |
D | deqp_egl_test_expectations.txt | 132 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/ |
D | simple-egl-hos.c | 286 create_surface(struct window *window) in create_surface() function 822 create_surface(&window); in main()
|
D | simple-egl.c | 358 create_surface(struct window *window) in create_surface() function 852 create_surface(&window); in main()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 1753 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/ |
D | example-server.h | 1059 void (*create_surface)(struct wl_client *client, member
|