Searched refs:CreateAHBFromImage (Results 1 – 3 of 3) sorted by relevance
30 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()
526 GlExpected<ScopedAHardwareBuffer> CreateAHBFromImage(const std::string& basename);
678 GlExpected<ScopedAHardwareBuffer> GfxstreamEnd2EndTest::CreateAHBFromImage( in CreateAHBFromImage() function in gfxstream::tests::GfxstreamEnd2EndTest