Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:tbl

1488    const struct exact_format_mapping* tbl;
1497 tbl = rgba8888_tbl;
1502 tbl = rgbx8888_tbl;
1505 tbl = rgba1010102_tbl;
1511 for (i = 0; tbl[i].format; i++)
1512 if (tbl[i].format == format && tbl[i].type == type)
1513 return tbl[i].pformat;