Home
last modified time | relevance | path

Searched refs:CreateAHBFromImage (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndCompositionTests.cpp30 auto layer1Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android.png")); in TEST_P()
31 auto layer2Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android_with_transparency.png")); in TEST_P()
106 auto layer1Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android.png")); in TEST_P()
107 auto layer2Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android_with_transparency.png")); in TEST_P()
DGfxstreamEnd2EndTests.h526 GlExpected<ScopedAHardwareBuffer> CreateAHBFromImage(const std::string& basename);
DGfxstreamEnd2EndTests.cpp678 GlExpected<ScopedAHardwareBuffer> GfxstreamEnd2EndTest::CreateAHBFromImage( in CreateAHBFromImage() function in gfxstream::tests::GfxstreamEnd2EndTest