Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp2603 uint32_t* dstPixels = reinterpret_cast<uint32_t*>(dst); in convertRgbToRgbaPixels() local
2608 *(dstPixels++) = 0xff000000 | (b << 16) | (g << 8) | r; in convertRgbToRgbaPixels()