Searched defs:attrib_match (Results 1 - 2 of 2) sorted by relevance

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

Completed in 304 milliseconds