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

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp254 HwcTestDim maxDim; member in struct:meas::displayFrame
262 HwcTestDim maxDim; member in struct:meas::sourceCrop
499 measPtr->df.maxDim = dfMaxDim(format->format);
500 testPrintI(" dfMaxDim: %s", ((string) measPtr->df.maxDim).c_str());
509 measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.maxDim);
514 measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.maxDim);
522 measPtr->sc.maxDim = scMaxDim(format->format, measPtr->df.maxDim);
523 testPrintI(" scMaxDim: %s%s", ((measPtr->sc.maxDim.width()
525 || (measPtr->sc.maxDim
[all...]

Completed in 40 milliseconds