Searched refs:glProtocolStr (Results 1 – 1 of 1) sorted by relevance
61 const char* glProtocolStr = strstr(hostExtensions.c_str(), checksumPrefix); in setChecksumHelper() local62 if (glProtocolStr) { in setChecksumHelper()64 sscanf(glProtocolStr + strlen(checksumPrefix), "%d", &checksumVersion); in setChecksumHelper()