Home
last modified time | relevance | path

Searched refs:refFormat (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp141 static const struct hwcTestGraphicFormat *refFormat variable
175 assert(refFormat != NULL); in main()
238 refFormat = hwcTestGraphicFormatLookup(optarg); in main()
239 if (refFormat == NULL) { in main()
274 testPrintI("refFormat: %u %s", refFormat->format, refFormat->desc); in main()
298 if ((refWidth & refFormat->wMod) != 0) { in main()
299 refWidth += refFormat->wMod - (refWidth % refFormat->wMod); in main()
316 refFormat->format, in main()
321 refWidth, refHeight, refFormat->format, in main()
322 hwcTestGraphicFormat2str(refFormat->format)); in main()
[all …]