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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp567 const struct hwcTestGraphicFormat *formatPtr local
569 int format = formatPtr->format;
577 if ((w % formatPtr->wMod) != 0) {
578 w += formatPtr->wMod - (w % formatPtr->wMod);
580 if ((h % formatPtr->hMod) != 0) {
581 h += formatPtr->hMod - (h % formatPtr->hMod);

Completed in 28 milliseconds