Home
last modified time | relevance | path

Searched refs:stw_winsys (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c87 init_screen(const struct stw_winsys *stw_winsys, HDC hdc) in init_screen() argument
89 struct pipe_screen *screen = stw_winsys->create_screen(hdc); in init_screen()
93 if (stw_winsys->get_adapter_luid) in init_screen()
94 stw_winsys->get_adapter_luid(screen, hdc, &stw_dev->AdapterLuid); in init_screen()
112 const char *driver_name = stw_dev->stw_winsys->get_name ? stw_dev->stw_winsys->get_name() : NULL; in init_options()
121 stw_init(const struct stw_winsys *stw_winsys) in stw_init() argument
135 stw_dev->stw_winsys = stw_winsys; in stw_init()
180 if (!init_screen(stw_dev->stw_winsys, hdc)) { in stw_init_screen()
Dstw_framebuffer.c112 stw_dev->stw_winsys->shared_surface_close(stw_dev->screen, in stw_framebuffer_release_locked()
284 if (stw_dev->stw_winsys->create_framebuffer) in stw_framebuffer_create()
286 stw_dev->stw_winsys->create_framebuffer(stw_dev->screen, hWnd, iPixelFormat); in stw_framebuffer_create()
559 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); in DrvPresentBuffers()
566 stw_dev->stw_winsys->shared_surface_open) { in DrvPresentBuffers()
568 stw_dev->stw_winsys->shared_surface_open(screen, in DrvPresentBuffers()
575 stw_dev->stw_winsys->compose(screen, in DrvPresentBuffers()
582 stw_dev->stw_winsys->present( screen, pipe, res, hdc ); in DrvPresentBuffers()
616 stw_dev->stw_winsys->compose) { in stw_framebuffer_present_locked()
636 stw_dev->stw_winsys->present( screen, pipe, res, hdc ); in stw_framebuffer_present_locked()
Dstw_winsys.h67 struct stw_winsys struct
145 stw_init(const struct stw_winsys *stw_winsys); argument
Dstw_device.h52 const struct stw_winsys *stw_winsys; member
Dstw_pixelformat.c248 if (stw_dev->stw_winsys && stw_dev->stw_winsys->get_pfd_flags) in add_color_format_variants()
249 supported_flags = stw_dev->stw_winsys->get_pfd_flags(screen); in add_color_format_variants()
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/
Dlibgl_d3d12.c109 static const struct stw_winsys stw_winsys = { variable
131 stw_init(&stw_winsys); in DllMain()
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c253 static const struct stw_winsys stw_winsys = { variable
279 stw_init(&stw_winsys); in DllMain()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1760 - wgl: Add stw_winsys callback to check which PFD flags should be added
1761 - wgl: Add PFD flags based on stw_winsys callback response
/third_party/mesa3d/ohos/
Ddependency_inputs.gni4236 "../src/gallium/frontends/wgl/stw_winsys.h",