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

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp142 static const struct hwcTestGraphicFormat *equivFormat; variable in typeref:struct:hwcTestGraphicFormat
266 equivFormat = hwcTestGraphicFormatLookup(argv[optind]);
267 if (equivFormat == NULL) {
275 testPrintI("equivFormat: %u %s", equivFormat->format, equivFormat->desc);
306 if ((equivWidth & equivFormat->wMod) != 0) {
307 equivWidth += equivFormat->wMod - (equivWidth % equivFormat->wMod);
328 equivFormat
[all...]

Completed in 279 milliseconds