Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/
Dgraphics_detector.cpp189 const std::string vendor_string = eglQueryString(display, EGL_VENDOR); in PopulateEglAvailability() local
190 if (vendor_string.empty()) { in PopulateEglAvailability()
194 LOG(DEBUG) << "Found vendor: " << vendor_string; in PopulateEglAvailability()
195 availability->egl_vendor = vendor_string; in PopulateEglAvailability()