Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorGl.cpp70 const GLubyte* gles_vendor = gles.glGetString(GL_VENDOR); in GetGlesContextAvailability() local
71 if (gles_vendor == nullptr) { in GetGlesContextAvailability()
74 const std::string gles_vendor_string((const char*)gles_vendor); in GetGlesContextAvailability()