Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c273 static const struct attrib_match_info attrib_match[] = { variable
331 for (i = 0; i < sizeof( attrib_match ) / sizeof( attrib_match[0] ); i++) { in score_pixelformats()
332 if (attrib_match[i].attribute == attribute) { in score_pixelformats()
333 ami = &attrib_match[i]; in score_pixelformats()