Lines Matching refs:TCAssertMsg
350 TCAssertMsg( (NumTex), "TCComputeTplSizes: NumTex = 0\n" ); in TCComputeTplSizes()
351 TCAssertMsg( (NumImage), "TCComputeTplSizes: NumImage = 0\n" ); in TCComputeTplSizes()
393 TCAssertMsg( (NumTex), "TCWriteTplFile: NumTex = 0\n" ); in TCWriteTplFile()
394 TCAssertMsg( (NumImage), "TCWriteTplFile: NumImage = 0\n" ); in TCWriteTplFile()
409 TCAssertMsg( (fp != NULL), "TCWriteTplFile: couldn't create .tpl file %s for write\n", tplFile ); in TCWriteTplFile()
873 …TCAssertMsg( (thisImage != NULL), "TCSetTplTextureValues: no matching image for texture %d\n", thi… in TCSetTplTextureValues()
1066 TCAssertMsg( (fp != NULL), "TCWriteTplPaletteBank: NULL file ptr\n" ); in TCWriteTplPaletteBank()
1246 TCAssertMsg( (fp != NULL), "TCWriteTplImageBank: NULL file ptr\n" ); in TCWriteTplImageBank()
2429 TCAssertMsg( (fp != NULL), "TCGetFileModTime: couldn't open file %s\n", fileName ); in TCGetFileModTime()
2619 TCAssertMsg( (fp != NULL), "TCGetTplVersion: couldn't open existing tpl %s for read\n", tplName ); in TCGetTplVersion()
2701 TCAssertMsg( (numBytes <= 8), "TCFixEndian: numBytes > 8\n" ); in TCFixEndian()
2831 TCAssertMsg( (tplName != NULL), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2832 TCAssertMsg( (*tplName != '\0'), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2833 TCAssertMsg( (refTmPtr != NULL), "TCWriteCachedScriptFile: NULL refTmPtr\n" ); in TCWriteCachedScriptFile()