Searched defs:stw_pixelformat_score (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.c312 struct stw_pixelformat_score struct
320 struct stw_pixelformat_score *scores,
383 struct stw_pixelformat_score *scores;
394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) );
434 struct stw_pixelformat_score score = scores[i - 1];
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c312 struct stw_pixelformat_score struct
320 struct stw_pixelformat_score *scores,
383 struct stw_pixelformat_score *scores;
394 scores = (struct stw_pixelformat_score *) MALLOC( count * sizeof( struct stw_pixelformat_score ) );
434 struct stw_pixelformat_score score = scores[i - 1];

Completed in 396 milliseconds