Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp40 uint32_t AlignToPower2(uint32_t val, uint8_t align_log) { in AlignToPower2() function
956 AlignToPower2(mScratchBufferWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()
994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()