Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorGl.cpp133 const std::string vendor_string = egl.eglQueryString(display, EGL_VENDOR); in PopulateEglAndGlesAvailability() local
134 if (vendor_string.empty()) { in PopulateEglAndGlesAvailability()
137 eglAvailability->set_vendor(vendor_string); in PopulateEglAndGlesAvailability()