Searched refs:mInfoLog (Results 1 – 4 of 4) sorted by relevance
27 InfoLog::InfoLog() : mInfoLog(NULL) in InfoLog()33 delete[] mInfoLog; in ~InfoLog()39 if (!mInfoLog) in getLength()45 return strlen(mInfoLog) + 1; in getLength()55 if (mInfoLog) in getLog()57 index = std::min(bufSize - 1, (int)strlen(mInfoLog)); in getLog()58 memcpy(infoLog, mInfoLog, index); in getLog()107 if (!mInfoLog) in append()109 mInfoLog = new char[infoLength + 2]; in append()110 strcpy(mInfoLog, info); in append()[all …]
30 mInfoLog = NULL; in Shader()43 delete[] mInfoLog; in ~Shader()93 if (!mInfoLog) in getInfoLogLength()99 return strlen(mInfoLog) + 1; in getInfoLogLength()109 if (mInfoLog) in getInfoLog()111 index = std::min(bufSize - 1, (int)strlen(mInfoLog)); in getInfoLog()112 memcpy(infoLog, mInfoLog, index); in getInfoLog()329 delete[] mInfoLog; in uncompile()330 mInfoLog = NULL; in uncompile()401 mInfoLog = new char[infoLogLen]; in compileToHLSL()[all …]
62 char *mInfoLog; variable126 InfoLog mInfoLog; variable
126 char *mInfoLog; variable