Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp558 size_t aSize; in hwcTestColor2Pixel() member
588 if (attrib->aSize) { in hwcTestColor2Pixel()
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha)) in hwcTestColor2Pixel()
591 - (attrib->aOffset + attrib->aSize))); in hwcTestColor2Pixel()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3487 const auto aSize = a.width * a.height; in loadDisplayModes() local
3489 if (aSize < bSize) in loadDisplayModes()
3491 else if (aSize == bSize) in loadDisplayModes()