Searched refs:gles_vendor (Results 1 – 1 of 1) sorted by relevance
70 const GLubyte* gles_vendor = gles.glGetString(GL_VENDOR); in GetGlesContextAvailability() local71 if (gles_vendor == nullptr) { in GetGlesContextAvailability()74 const std::string gles_vendor_string((const char*)gles_vendor); in GetGlesContextAvailability()