Searched refs:LoadFromEgl (Results 1 – 3 of 3) sorted by relevance
44 static gfxstream::expected<Gles, std::string> LoadFromEgl(Egl* egl);
66 /*static*/ gfxstream::expected<Gles, std::string> Gles::LoadFromEgl(Egl* egl) { in LoadFromEgl() function in gfxstream::Gles
67 auto gles = loadMethod == GlesLoadMethod::VIA_EGL ? GFXSTREAM_EXPECT(Gles::LoadFromEgl(&egl)) in GetGlesContextAvailability()