Home
last modified time | relevance | path

Searched refs:newLog (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DProgram.cpp116 char *newLog = new char[logLength + infoLength + 2]; in append() local
117 strcpy(newLog, mInfoLog); in append()
118 strcpy(newLog + logLength, info); in append()
119 strcpy(newLog + logLength + infoLength, "\n"); in append()
122 mInfoLog = newLog; in append()