Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp25 std::string GetTestDataPath(const std::string& basename) { in GetTestDataPath() function
406 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F()
453 GetTestDataPath("256x256_golden_simple_composition.png"), in TEST_F()
462 createSourceImageFromPng(GetTestDataPath("256x256_android_with_transparency.png")); in TEST_F()
509 GetTestDataPath("256x256_golden_blend_premultiplied.png"), in TEST_F()
517 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F()
563 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_crop.png"), in TEST_F()
605 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_solid_color.png"), in TEST_F()
614 createSourceImageFromPng(GetTestDataPath("256x256_android_with_transparency.png")); in TEST_F()
682 compareImageWithGoldenPng(target.get(), GetTestDataPath("256x256_golden_solid_color_below.png"), in TEST_F()
[all …]
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp46 std::string GetTestDataPath(const std::string& basename) { in GetTestDataPath() function
624 const std::string filepath = GetTestDataPath(basename); in LoadImage()