Searched refs:s_glVendor (Results 1 – 2 of 2) sorted by relevance
698 static std::string s_glVendor; variable
190 std::string GLEScontext::s_glVendor; member in GLEScontext1758 return s_glVendor.c_str(); in getVendorString()2041 std::string& vendorString = isES11 ? s_glVendorGles1 : (isES31? s_glVendorGles31 : s_glVendor); in buildStrings()