Lines Matching refs:TCAssertMsg
355 TCAssertMsg( (NumTex), "TCComputeTplSizes: NumTex = 0\n" ); in TCComputeTplSizes()
356 TCAssertMsg( (NumImage), "TCComputeTplSizes: NumImage = 0\n" ); in TCComputeTplSizes()
398 TCAssertMsg( (NumTex), "TCWriteTplFile: NumTex = 0\n" ); in TCWriteTplFile()
399 TCAssertMsg( (NumImage), "TCWriteTplFile: NumImage = 0\n" ); in TCWriteTplFile()
414 TCAssertMsg( (fp != NULL), "TCWriteTplFile: couldn't create .tpl file %s for write\n", tplFile ); in TCWriteTplFile()
878 …TCAssertMsg( (thisImage != NULL), "TCSetTplTextureValues: no matching image for texture %d\n", thi… in TCSetTplTextureValues()
1071 TCAssertMsg( (fp != NULL), "TCWriteTplPaletteBank: NULL file ptr\n" ); in TCWriteTplPaletteBank()
1251 TCAssertMsg( (fp != NULL), "TCWriteTplImageBank: NULL file ptr\n" ); in TCWriteTplImageBank()
2434 TCAssertMsg( (fp != NULL), "TCGetFileModTime: couldn't open file %s\n", fileName ); in TCGetFileModTime()
2624 TCAssertMsg( (fp != NULL), "TCGetTplVersion: couldn't open existing tpl %s for read\n", tplName ); in TCGetTplVersion()
2706 TCAssertMsg( (numBytes <= 8), "TCFixEndian: numBytes > 8\n" ); in TCFixEndian()
2836 TCAssertMsg( (tplName != NULL), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2837 TCAssertMsg( (*tplName != '\0'), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2838 TCAssertMsg( (refTmPtr != NULL), "TCWriteCachedScriptFile: NULL refTmPtr\n" ); in TCWriteCachedScriptFile()