Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/apple/
Dapple_glx_surface.c129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() function
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp880 VkResult create_surface(VulkanFunctions* functions, VkInstance inst, VkSurfaceKHR& surface, function
939 VkResult create_surface(InstWrapper& inst, VkSurfaceKHR& surface, const char* api_selection) { function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c190 create_surface(struct pipe_context *pctx, in create_surface() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h848 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
/third_party/skia/tests/
DSurfaceTest.cpp46 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
DImageFilterTest.cpp346 static sk_sp<SkSurface> create_surface(GrRecordingContext* rContext, int width, int height) { in create_surface() function
/third_party/skia/m133/tests/
DSurfaceTest.cpp90 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py732 def create_surface(self, resource, surf_tmpl): member in Context