Home
last modified time | relevance | path

Searched refs:formatPtr (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp569 const struct hwcTestGraphicFormat *formatPtr in initFrames() local
571 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()