Searched refs:SaveRGBAToPng (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/image/include/gfxstream/ |
D | ImageUtils.h | 27 bool SaveRGBAToPng(uint32_t width, uint32_t height, const uint32_t* pixels,
|
/hardware/google/gfxstream/common/image/ |
D | ImageUtils.cpp | 53 bool SaveRGBAToPng(uint32_t width, uint32_t height, const uint32_t* pixels, in SaveRGBAToPng() function
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 780 SaveRGBAToPng(actual.width, actual.height, actual.pixels.data(), output); in CompareAHBWithGolden()
|
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 222 SaveRGBAToPng(targetWidth, targetHeight, targetPixels.data(), output); in compareImageWithGoldenPng()
|