Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/image/include/gfxstream/
DImageUtils.h24 bool LoadRGBAFromPng(const std::string& filename, uint32_t* outWidth, uint32_t* outHeight,
/hardware/google/gfxstream/common/image/
DImageUtils.cpp24 bool LoadRGBAFromPng(const std::string& filename, uint32_t* outWidth, uint32_t* outHeight, in LoadRGBAFromPng() function
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng()
199 LoadRGBAFromPng(filename, &goldenWidth, &goldenHeight, &goldenPixels); in compareImageWithGoldenPng()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp637 if (!LoadRGBAFromPng(filepath, &image.width, &image.height, &image.pixels)) { in LoadImage()