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

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

Completed in 400 milliseconds