Searched refs:LoadRGBAFromPng (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/image/include/gfxstream/ |
D | ImageUtils.h | 24 bool LoadRGBAFromPng(const std::string& filename, uint32_t* outWidth, uint32_t* outHeight,
|
/hardware/google/gfxstream/common/image/ |
D | ImageUtils.cpp | 24 bool LoadRGBAFromPng(const std::string& filename, uint32_t* outWidth, uint32_t* outHeight, in LoadRGBAFromPng() function
|
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng() 199 LoadRGBAFromPng(filename, &goldenWidth, &goldenHeight, &goldenPixels); in compareImageWithGoldenPng()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 637 if (!LoadRGBAFromPng(filepath, &image.width, &image.height, &image.pixels)) { in LoadImage()
|