Home
last modified time | relevance | path

Searched refs:stw_winsys (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_device.c40 #include "stw_winsys.h"
87 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
[all...]
H A Dstw_framebuffer.c41 #include "stw_winsys.h"
112 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 in stw_framebuffer_present_locked()
[all...]
H A Dstw_winsys.h67 struct stw_winsys struct
145 stw_init(const struct stw_winsys *stw_winsys);
H A Dstw_device.h52 const struct stw_winsys *stw_winsys; member
H A Dstw_pixelformat.c41 #include "stw_winsys.h"
248 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/
H A Dlibgl_d3d12.c28 #include "stw_winsys.h"
109 static const struct stw_winsys stw_winsys = { variable
131 stw_init(&stw_winsys); in DllMain()
/third_party/mesa3d/src/gallium/targets/wgl/
H A Dwgl.c41 #include "stw_winsys.h"
171 * other structs such as this stw_winsys as well... in wgl_present()
253 static const struct stw_winsys stw_winsys = { variable
279 stw_init(&stw_winsys); in DllMain()

Completed in 3 milliseconds