Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.h65 stw_pixelformat_choose( HDC hdc,
Dstw_wgl.c175 return stw_pixelformat_choose( hdc, ppfd ); in wglChoosePixelFormat()
Dstw_pixelformat.c413 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()