Searched refs:pIndexStr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c1064 char *pIndexStr = crStrchr(name, '['); local
1074 if (!pIndexStr)
1076 pIndexStr = name+cbName;
1081 cbName = pIndexStr-name;
1088 sprintf(pIndexStr, "[%i]", j);
1195 char *pIndexStr = crStrchr(name, '['); local
1205 if (!pIndexStr)
1207 pIndexStr = name+cbName;
1212 cbName = pIndexStr-name;
1219 sprintf(pIndexStr, "[
[all...]
H A Ddump.cpp966 char *pIndexStr=NULL; local
975 pIndexStr = crStrchr(pszName, '[');
976 if (!pIndexStr)
978 pIndexStr = pszName+crStrlen(pszName);
998 sprintf(pIndexStr, "[%i]", j);
1126 char *pIndexStr=NULL; local
1145 pIndexStr = crStrchr(pszName, '[');
1146 if (!pIndexStr)
1148 pIndexStr = pszName+crStrlen(pszName);
1170 sprintf(pIndexStr, "[
[all...]
H A Dstate_snapshot.c1195 char *pIndexStr=NULL; local
1203 pIndexStr = crStrchr(name, '[');
1204 if (!pIndexStr)
1206 pIndexStr = name+crStrlen(name);
1214 sprintf(pIndexStr, "[%i]", j);

Completed in 53 milliseconds