Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp104 std::vector<uint32_t> sourcePixels(sourceWidth * sourceHeight, sourceColor); in createImageWithColor() local
105 if (!source->write(sourcePixels)) { in createImageWithColor()
115 std::vector<uint32_t> sourcePixels; in createSourceImageFromPng() local
116 if (!LoadRGBAFromPng(filename, &sourceWidth, &sourceHeight, &sourcePixels)) { in createSourceImageFromPng()
127 if (!source->write(sourcePixels)) { in createSourceImageFromPng()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp636 std::vector<uint32_t> sourcePixels; in LoadImage() local