Searched defs:maxDim (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp252 HwcTestDim maxDim; member in struct:meas::displayFrame
260 HwcTestDim maxDim; member in struct:meas::sourceCrop
496 measPtr->df.maxDim = dfMaxDim(format->format);
497 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
506 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
511 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
519 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
520 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
522 || (measPtr->sc.maxDim
[all...]

Completed in 387 milliseconds