Searched refs:formatPtr (Results 1 – 1 of 1) sorted by relevance
569 const struct hwcTestGraphicFormat *formatPtr in initFrames() local571 int format = formatPtr->format; in initFrames()579 if ((w % formatPtr->wMod) != 0) { in initFrames()580 w += formatPtr->wMod - (w % formatPtr->wMod); in initFrames()582 if ((h % formatPtr->hMod) != 0) { in initFrames()583 h += formatPtr->hMod - (h % formatPtr->hMod); in initFrames()