Home
last modified time | relevance | path

Searched defs:create_surface (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_surface.c129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() function
/external/vulkan-validation-layers/demos/smoke/
DShellAndroid.cpp131 VkSurfaceKHR ShellAndroid::create_surface(VkInstance instance) in create_surface() function in ShellAndroid
DShellWin32.cpp141 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance) in create_surface() function in ShellWin32
DShellXcb.cpp191 VkSurfaceKHR ShellXcb::create_surface(VkInstance instance) in create_surface() function in ShellXcb
DShellWayland.cpp219 VkSurfaceKHR ShellWayland::create_surface(VkInstance instance) { in create_surface() function in ShellWayland
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
/external/skia/tests/
DSurfaceTest.cpp37 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
DImageFilterTest.cpp380 static sk_sp<SkSurface> create_surface(GrContext* context, int width, int height) { in create_surface() function