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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h39 const struct hwcTestGraphicFormat { struct
43 } hwcTestGraphicFormat[] = { variable in typeref:struct:hwcTestGraphicFormat
111 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);
112 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
H A DhwcColorEquiv.cpp141 static const struct hwcTestGraphicFormat *refFormat
143 static const struct hwcTestGraphicFormat *equivFormat;
434 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
435 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcTestLib.cpp356 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc)
358 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
359 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
360 return &hwcTestGraphicFormat[n1];
370 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id)
372 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
373 if (id == hwcTestGraphicFormat[n1].format) {
374 return &hwcTestGraphicFormat[n1];
388 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
389 if (format == hwcTestGraphicFormat[n
[all...]
H A DhwcRects.cpp367 const struct hwcTestGraphicFormat *format;
551 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
552 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcStress.cpp566 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
567 const struct hwcTestGraphicFormat *formatPtr
568 = &hwcTestGraphicFormat[formatIdx];
H A DhwcCommit.cpp397 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
398 formats.push_back(hwcTestGraphicFormat[n1].desc);
435 const struct hwcTestGraphicFormat *format;
571 const struct hwcTestGraphicFormat *backgroundFormatPtr
1325 const struct hwcTestGraphicFormat *attrib;
1558 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
1559 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);

Completed in 59 milliseconds