Home | History | Annotate | Download | only in hwc

Lines Matching refs:n1

360     for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
362 return &hwcTestGraphicFormat[n1];
374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
375 if (id == hwcTestGraphicFormat[n1].format) {
376 return &hwcTestGraphicFormat[n1];
390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
391 if (format == hwcTestGraphicFormat[n1].format) {
392 return hwcTestGraphicFormat[n1].desc;