Home
last modified time | relevance | path

Searched refs:stw_init_screen (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in24 stw_init_screen
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h101 stw_init_screen(HDC hdc);
Dstw_pixelformat.c347 if (!stw_init_screen(hdc)) in stw_pixelformat_get_count()
357 if (!stw_init_screen(hdc)) in stw_pixelformat_get_extended_count()
Dstw_device.c174 stw_init_screen(HDC hdc) in stw_init_screen() function
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c200 if (!stw_init_screen(hdc)) { in wgl_initialize_impl()