Lines Matching refs:pszExt
1117 const char *pszExt = (const char *)pfnGlGetStringi(GL_EXTENSIONS, i);
1118 if (pszExt)
1285 const char *pszExt = s_aPromotedExtensions[i].pszzExtensions;
1286 while (*pszExt)
1288 size_t cchExt = strlen(pszExt);
1290 Assert(pszExt[0] == ' ');
1291 Assert(pszExt[1] != ' ');
1292 Assert(pszExt[cchExt - 2] != ' ');
1293 Assert(pszExt[cchExt - 1] == ' ');
1295 if (strstr(*ppszExtensions, pszExt) == NULL)
1303 rc = RTStrAAppend(ppszExtensions, pszExt);
1307 pszExt = strchr(pszExt, '\0') + 1;