Searched refs:refWidth (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcColorEquiv.cpp | 297 unsigned int refWidth = width - refPosX; in main() local 298 if ((refWidth & refFormat->wMod) != 0) { in main() 299 refWidth += refFormat->wMod - (refWidth % refFormat->wMod); in main() 311 refFrame = new GraphicBuffer(refWidth, refHeight, in main() 315 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight, in main() 321 refWidth, refHeight, refFormat->format, in main() 329 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight, in main()
|