Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h71 stw_pixelformat_choose( HDC hdc,
Dstw_pixelformat.c454 stw_pixelformat_choose(HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd) in stw_pixelformat_choose() function
Dstw_context.c158 return stw_pixelformat_choose(hdc, &pfd); in get_matching_pixel_format()
/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in27 stw_pixelformat_choose
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c164 return stw_pixelformat_choose( hdc, ppfd ); in wglChoosePixelFormat()