Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c326 struct stw_pixelformat_score struct
335 struct stw_pixelformat_score *scores, in score_pixelformats() argument
397 struct stw_pixelformat_score *scores; in wglChoosePixelFormatARB()
408 scores = (struct stw_pixelformat_score *) in wglChoosePixelFormatARB()
409 MALLOC(count * sizeof(struct stw_pixelformat_score)); in wglChoosePixelFormatARB()
451 struct stw_pixelformat_score score = scores[i - 1]; in wglChoosePixelFormatARB()