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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp569 const struct hwcTestGraphicFormat *formatPtr local
571 int format = formatPtr->format;
579 if ((w % formatPtr->wMod) != 0) {
580 w += formatPtr->wMod - (w % formatPtr->wMod);
582 if ((h % formatPtr->hMod) != 0) {
583 h += formatPtr->hMod - (h % formatPtr->hMod);

Completed in 46 milliseconds