Home
last modified time | relevance | path

Searched refs:st_options (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.c117 u_driconf_fill_st_options(&stw_dev->st_options, &stw_dev->option_cache); in init_options()
235 free(stw_dev->st_options.force_gl_vendor); in stw_cleanup()
236 free(stw_dev->st_options.force_gl_renderer); in stw_cleanup()
237 free(stw_dev->st_options.mesa_extension_override); in stw_cleanup()
Dstw_device.h91 struct st_config_options st_options; member
Dstw_context.c279 attribs.options = stw_dev->st_options; in stw_create_context_attribs()