Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable
345 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()
346 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
347 ami = &attrib_match[i]; in score_pixelformats()