Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c326 struct stw_pixelformat_score struct
334 score_pixelformats(struct stw_pixelformat_score *scores, in score_pixelformats() argument
396 struct stw_pixelformat_score *scores; in wglChoosePixelFormatARB()
407 scores = (struct stw_pixelformat_score *) in wglChoosePixelFormatARB()
408 MALLOC(count * sizeof(struct stw_pixelformat_score)); in wglChoosePixelFormatARB()
450 struct stw_pixelformat_score score = scores[i - 1]; in wglChoosePixelFormatARB()