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.cpp140 static const struct hwcTestGraphicFormat *refFormat
142 static const struct hwcTestGraphicFormat *equivFormat;
435 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
436 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcTestLib.cpp360 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc)
362 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
363 if (string(desc) == string(hwcTestGraphicFormat[n1].desc)) {
364 return &hwcTestGraphicFormat[n1];
374 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id)
376 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
377 if (id == hwcTestGraphicFormat[n1].format) {
378 return &hwcTestGraphicFormat[n1];
392 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
393 if (format == hwcTestGraphicFormat[n
[all...]
H A DhwcRects.cpp368 const struct hwcTestGraphicFormat *format;
552 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
553 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);
H A DhwcStress.cpp567 unsigned int formatIdx = testRandMod(NUMA(hwcTestGraphicFormat));
568 const struct hwcTestGraphicFormat *formatPtr
569 = &hwcTestGraphicFormat[formatIdx];
H A DhwcCommit.cpp396 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
397 formats.push_back(hwcTestGraphicFormat[n1].desc);
434 const struct hwcTestGraphicFormat *format;
570 const struct hwcTestGraphicFormat *backgroundFormatPtr
1324 const struct hwcTestGraphicFormat *attrib;
1557 for (unsigned int n1 = 0; n1 < NUMA(hwcTestGraphicFormat); n1++) {
1558 testPrintE(" %s", hwcTestGraphicFormat[n1].desc);

Completed in 95 milliseconds