Searched refs:mInfoLog (Results 1 – 4 of 4) sorted by relevance
28 mInfoLog = NULL; in Shader()64 delete[] mInfoLog; in ~Shader()114 if (!mInfoLog) in getInfoLogLength()120 return strlen(mInfoLog) + 1; in getInfoLogLength()128 if (mInfoLog) in getInfoLog()130 while (index < bufSize - 1 && index < (int)strlen(mInfoLog)) in getInfoLog()132 infoLog[index] = mInfoLog[index]; in getInfoLog()283 delete[] mInfoLog; in compileToHLSL()284 mInfoLog = NULL; in compileToHLSL()301 mInfoLog = new char[infoLogLen]; in compileToHLSL()[all …]
58 mInfoLog = NULL; in Program()2373 if (!mInfoLog) in appendToInfoLog()2375 mInfoLog = new char[infoLength + 1]; in appendToInfoLog()2376 strcpy(mInfoLog, info); in appendToInfoLog()2380 size_t logLength = strlen(mInfoLog); in appendToInfoLog()2382 strcpy(newLog, mInfoLog); in appendToInfoLog()2385 delete[] mInfoLog; in appendToInfoLog()2386 mInfoLog = newLog; in appendToInfoLog()2392 if (mInfoLog) in resetInfoLog()2394 delete [] mInfoLog; in resetInfoLog()[all …]
90 char *mInfoLog; variable
214 char *mInfoLog; variable