Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp874 std::uint32_t dstBufferBytesPerPixel) { in composeLayerInto() argument
934 DRM_FORMAT_XBGR8888, dstBufferStrideBytes, dstBufferBytesPerPixel); in composeLayerInto()
956 AlignToPower2(mScratchBufferWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()
994 uint32_t dst_stride_bytes = AlignToPower2(srcWidth * dstBufferBytesPerPixel, 4); in composeLayerInto()
1032 dstBufferSpec.strideBytes = dstBufferSpec.width * dstBufferBytesPerPixel; in composeLayerInto()
DGuestFrameComposer.h85 std::uint32_t dstBufferBytesPerPixel);