Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:infoLength

2393 		size_t infoLength = strlen(info);
2397 infoLog = new char[infoLength + 2];
2399 strcpy(infoLog + infoLength, "\n");
2404 char *newLog = new char[logLength + infoLength + 2];
2407 strcpy(newLog + logLength + infoLength, "\n");