Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h65 stw_pixelformat_choose( HDC hdc,
Dstw_wgl.c174 return stw_pixelformat_choose( hdc, ppfd ); in wglChoosePixelFormat()
Dstw_pixelformat.c421 stw_pixelformat_choose(HDC hdc, CONST PIXELFORMATDESCRIPTOR *ppfd) in stw_pixelformat_choose() function
Dstw_context.c150 return stw_pixelformat_choose(hdc, &pfd); in get_matching_pixel_format()