| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_winsys.h | 41 struct stw_winsys struct 96 stw_init(const struct stw_winsys *stw_winsys);
|
| H A D | stw_device.c | 38 #include "stw_winsys.h" 86 stw_init(const struct stw_winsys *stw_winsys) argument 106 stw_dev->stw_winsys = stw_winsys; 113 screen = stw_winsys->create_screen(); 117 if (stw_winsys->get_adapter_luid) 118 stw_winsys->get_adapter_luid(screen, &stw_dev->AdapterLuid);
|
| H A D | stw_device.h | 48 const struct stw_winsys *stw_winsys; member in struct:stw_device
|
| H A D | stw_framebuffer.c | 39 #include "stw_winsys.h" 99 stw_dev->stw_winsys->shared_surface_close(stw_dev->screen, 507 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); 514 stw_dev->stw_winsys->shared_surface_open) { 516 stw_dev->stw_winsys->shared_surface_open(screen, 523 stw_dev->stw_winsys->compose(screen, 530 stw_dev->stw_winsys->present( screen, res, hdc ); 555 stw_dev->stw_winsys->compose) { 573 stw_dev->stw_winsys->present( screen, res, hdc );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_device.c | 39 #include "stw_winsys.h" 86 init_screen(const struct stw_winsys *stw_winsys, HDC hdc) argument 88 struct pipe_screen *screen = stw_winsys->create_screen(hdc); 92 if (stw_winsys->get_adapter_luid) 93 stw_winsys->get_adapter_luid(screen, hdc, &stw_dev->AdapterLuid); 110 const char *driver_name = stw_dev->stw_winsys->get_name ? stw_dev->stw_winsys->get_name() : NULL; 119 stw_init(const struct stw_winsys *stw_winsys) argument [all...] |
| H A D | stw_winsys.h | 67 struct stw_winsys struct 145 stw_init(const struct stw_winsys *stw_winsys);
|
| H A D | stw_device.h | 52 const struct stw_winsys *stw_winsys; member in struct:stw_device
|
| H A D | stw_framebuffer.c | 41 #include "stw_winsys.h" 104 stw_dev->stw_winsys->shared_surface_close(stw_dev->screen, 276 if (stw_dev->stw_winsys->create_framebuffer) 278 stw_dev->stw_winsys->create_framebuffer(stw_dev->screen, hWnd, iPixelFormat); 551 stw_dev->stw_winsys->shared_surface_close(screen, fb->shared_surface); 558 stw_dev->stw_winsys->shared_surface_open) { 560 stw_dev->stw_winsys->shared_surface_open(screen, 567 stw_dev->stw_winsys->compose(screen, 574 stw_dev->stw_winsys->present( screen, pipe, res, hdc ); 608 stw_dev->stw_winsys [all...] |
| H A D | stw_pixelformat.c | 41 #include "stw_winsys.h" 248 if (stw_dev->stw_winsys && stw_dev->stw_winsys->get_pfd_flags) 249 supported_flags = stw_dev->stw_winsys->get_pfd_flags(screen);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/ |
| H A D | d3d12_wgl_public.h | 36 struct stw_winsys;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-d3d12/ |
| H A D | libgl_d3d12.c | 28 #include "stw_winsys.h" 109 static const struct stw_winsys stw_winsys = { variable in typeref:typename:const struct stw_winsys 131 stw_init(&stw_winsys);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/libgl-gdi/ |
| H A D | libgl_gdi.c | 40 #include "stw_winsys.h" 127 * other structs such as this stw_winsys as well... 155 static const struct stw_winsys stw_winsys = { variable in typeref:typename:const struct stw_winsys 174 stw_init(&stw_winsys);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/wgl/ |
| H A D | wgl.c | 41 #include "stw_winsys.h" 184 * other structs such as this stw_winsys as well... 273 static const struct stw_winsys stw_winsys = { variable in typeref:typename:const struct stw_winsys 299 stw_init(&stw_winsys);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 1760 - wgl: Add stw_winsys callback to check which PFD flags should be added 1761 - wgl: Add PFD flags based on stw_winsys callback response
|