Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorGl.cpp28 constexpr const char kSurfacelessContextExt[] = "EGL_KHR_surfaceless_context"; variable
146 if (extensions_string.find(kSurfacelessContextExt) == std::string::npos) { in PopulateEglAndGlesAvailability()