Searched refs:hwcTestGraphicFormat (Results 1 – 6 of 6) sorted by relevance
38 const struct hwcTestGraphicFormat { struct42 } hwcTestGraphicFormat[] = { argument108 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);109 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
358 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc) in hwcTestGraphicFormatLookup()360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) { in hwcTestGraphicFormatLookup()362 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()372 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id) in hwcTestGraphicFormatLookup()374 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormatLookup()375 if (id == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormatLookup()376 return &hwcTestGraphicFormat[n1]; in hwcTestGraphicFormatLookup()390 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in hwcTestGraphicFormat2str()391 if (format == hwcTestGraphicFormat[n1].format) { in hwcTestGraphicFormat2str()[all …]
141 static const struct hwcTestGraphicFormat *refFormat143 static const struct hwcTestGraphicFormat *equivFormat;433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()434 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
367 const struct hwcTestGraphicFormat *format; in parseRect()550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()551 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()
568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat)); in initFrames()569 const struct hwcTestGraphicFormat *formatPtr in initFrames()570 = &hwcTestGraphicFormat[formatIdx]; in initFrames()
396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in main()397 formats.push_back(hwcTestGraphicFormat[n1].desc); in main()434 const struct hwcTestGraphicFormat *format; in main()570 const struct hwcTestGraphicFormat *backgroundFormatPtr in main()1324 const struct hwcTestGraphicFormat *attrib; in setSourceDim()1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) { in printSyntax()1558 testPrintE(" %s", hwcTestGraphicFormat[n1].desc); in printSyntax()