Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/sw/hgl/
Dhgl_sw_winsys.h36 struct sw_winsys* hgl_create_sw_winsys(void);
Dhgl_sw_winsys.c218 hgl_create_sw_winsys() in hgl_create_sw_winsys() function
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp84 struct sw_winsys* winsys = hgl_create_sw_winsys(); in CreateScreen()