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

/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp143 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);
304 if ((equivWidth & equivFormat->wMod) != 0) {
305 equivWidth += equivFormat->wMod - (equivWidth % equivFormat->wMod);
326 equivFormat
[all...]

Completed in 184 milliseconds