Searched refs:hwcTestGraphicFormat (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h38 const struct hwcTestGraphicFormat { struct
42 } hwcTestGraphicFormat[] = { variable in typeref:struct:hwcTestGraphicFormat
108 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);
109 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
H A DhwcColorEquiv.cpp141 static const struct hwcTestGraphicFormat *refFormat
143 static const struct hwcTestGraphicFormat *equivFormat;
433 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
434 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcTestLib.cpp358 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc)
360 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
361 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
362 return &hwcTestGraphicFormat[n1];
372 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id)
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[n
[all...]
H A DhwcRects.cpp367 const struct hwcTestGraphicFormat *format;
550 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
551 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcStress.cpp568 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
569 const struct hwcTestGraphicFormat *formatPtr
570 = &hwcTestGraphicFormat[formatIdx];
H A DhwcCommit.cpp394 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
395 formats.push_back(hwcTestGraphicFormat[n1].desc);
432 const struct hwcTestGraphicFormat *format;
568 const struct hwcTestGraphicFormat *backgroundFormatPtr
1322 const struct hwcTestGraphicFormat *attrib;
1555 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
1556 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);

Completed in 156 milliseconds