android::base::getEnvironmentVariable("ANDROID_EMU_TEST_WITH_WINDOW") == "1"; TEST_F(GfxStreamBackendTest, Init) { gfxstream_backend_init(width, height, 0, &cookie, GFXSTREAM_RENDERER_FLAGS_USE_SURFACELESS_BIT | GFXSTREAM_RENDERER_FLAGS_NO_VK_BIT, &callbacks, &gfxstreamcallbacks); stream...