| /RvlSDK-3.1.4/build/libraries/tc/src/ |
| D | TCScriptFile.cpp | 129 TCAssertMsg( (fp != NULL), "TCReadTplTextFile: couldn't open %s for read\n", fileName ); in TCReadTplTxtFile() 262 TCAssertMsg( (fileName != NULL), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey() 263 TCAssertMsg( (*fileName != '\0'), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey() 273 …TCAssertMsg( (len <= (NAME_SIZE-1)), "TCProcessSiKey: length of (%s + path) > %d characters\n", (N… in TCProcessSiKey() 288 …TCAssertMsg( (newSi != NULL),"ProcessSiKey: couldn't allocate memory for new source image %d\n", i… in TCProcessSiKey() 314 …TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey() 315 …TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey() 321 …TCAssertMsg( (icPtr != NULL), "ProcessImKey: problem reading color index for image %d in script fi… in TCProcessImKey() 324 …TCAssertMsg( (iaPtr != NULL), "ProcessImKey: problem reading alpha index for image %d in script fi… in TCProcessImKey() 327 …TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey() [all …]
|
| D | TCLayer.cpp | 100 TCAssertMsg( (ly != NULL), "TCSetLayerAttributes: NULL layer ptr\n" ); in TCSetLayerAttributes() 101 TCAssertMsg( (width <= 1024), "TCSetLayerAttributes: layer width exceeds 1024 texels\n" ); in TCSetLayerAttributes() 102 TCAssertMsg( (height <= 1024), "TCSetLayerAttributes: layer width exceeds 1024 texels\n" ); in TCSetLayerAttributes() 129 TCAssertMsg( (ly != NULL), "TCSetLayerBuffer: NULL layer ptr\n" ); in TCSetLayerBuffer() 130 TCAssertMsg( (ly->width ), "TCSetLayerBuffer: layer width is not set\n" ); in TCSetLayerBuffer() 131 TCAssertMsg( (ly->height), "TCSetLayerBuffer: layer height is not set\n" ); in TCSetLayerBuffer() 191 TCAssertMsg( (ly != NULL), "TCSetLayerValue: NULL layer ptr\n" ); in TCSetLayerValue() 192 TCAssertMsg( (ly->width ), "TCSetLayerValue: layer width is not set\n" ); in TCSetLayerValue() 193 TCAssertMsg( (ly->data != NULL), "TCSetLayerValue: layer data ptr is not set\n" ); in TCSetLayerValue() 243 TCAssertMsg( (ly != NULL), "TCGetLayerValue: NULL layer ptr\n" ); in TCGetLayerValue() [all …]
|
| D | TCImageList.cpp | 123 …TCAssertMsg( (dfPtr->lyAlpha != NULL), "ImNew: no alpha layer in file %s for image %d\n", dfPtr->n… in TCSetImageValues() 173 TCAssertMsg( (index != TC_UNUSED), "TCSetImageIndex: invalid image index %d\n", index ); in TCSetImageIndex() 174 TCAssertMsg( (im != NULL), "TCSetImageIndex: NULL image ptr for image %d\n", index ); in TCSetImageIndex() 183 TCAssertMsg( (im != NULL), "TCSetImageLayerAtt: NULL image ptr\n" ); in TCSetImageLayerAtt() 190 …TCAssertMsg( (colorLayer != TC_UNUSED), "TCSetImageLayerAtt: invalid color layer %d for image %d\n… in TCSetImageLayerAtt() 200 TCAssertMsg( (im != NULL), "TCSetImageWrap: NULL image ptr\n" ); in TCSetImageWrap() 211 TCAssertMsg( (im != NULL), "TCSetImageTexelFormat: NULL image ptr\n" ); in TCSetImageTexelFormat() 251 TCAssertMsg( (im != NULL), "TCSetImageMipMap: NULL image ptr\n" ); in TCSetImageMipMap() 386 TCAssertMsg( (im != NULL), "TCFindImagePos: NULL image ptr\n" ); in TCFindImagePos() 387 TCAssertMsg( (ImHead != NULL), "TCFindImagePos: NULL image list\n" ); in TCFindImagePos()
|
| D | TCMipmap.cpp | 144 TCAssertMsg( (fp != NULL), "TCWriteTplImageMipMaps: NULL file pointer\n" ); in TCWriteTplImageMipMaps() 145 TCAssertMsg( (thisImage != NULL), "TCWriteTplImageMipMaps: NULL image pointer\n" ); in TCWriteTplImageMipMaps() 280 TCAssertMsg( (srcImage != NULL), "TCCreateNextMipMapLayer: NULL TCImage ptr\n" ); in TCCreateNextMipMapLayer() 281 TCAssertMsg( (dstColor != NULL), "TCCreateNextMipMapLayer: NULL TCLayer ptr\n" ); in TCCreateNextMipMapLayer() 416 …TCAssertMsg( (check),"TCCheckMipMapConvParams: minLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams() 419 …TCAssertMsg( (check),"TCCheckMipMapConvParams: maxLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams() 422 …TCAssertMsg( (check),"TCCheckMipMapConvParams: remapLOD out of range for image %d\n", thisImage->i… in TCCheckMipMapConvParams() 439 …TCAssertMsg( (check),"TCCheckMipMapConvParams: image %d is not power of 2 dimensions\n", thisImage… in TCCheckMipMapConvParams() 443 …TCAssertMsg( (check),"TCCheckMipMapConvParams: numLOD is greater than image %d minimum dimension\n… in TCCheckMipMapConvParams() 447 …TCAssertMsg( (check),"TCCheckMipMapConvParams: image %d invalid output format for mipmapping\n", t… in TCCheckMipMapConvParams()
|
| D | TCFile.cpp | 110 TCAssertMsg( (ext != NULL), "TCInstallFileReadFn: null file extension\n" ); in TCInstallFileReadFn() 111 TCAssertMsg( (strlen(ext) == 3), "TCInstallFileReadFn: extension is not 3 characters\n" ); in TCInstallFileReadFn() 112 TCAssertMsg( (fileFn != NULL), "TCInstallFileReadFn: null file pointer\n" ); in TCInstallFileReadFn() 191 TCAssertMsg( (fileName != NULL), "TCReadFile: NULL fileName\n" ); in TCReadFile() 192 TCAssertMsg( (*fileName != '\0'), "TCReadFile: NULL fileName\n" ); in TCReadFile()
|
| D | TCPaletteList.cpp | 152 …TCAssertMsg( (dfPtr->palPtr != NULL), "TCSetPalettes: file %s has no palette\n", siPtr->fileName ); in TCSetPalettes() 200 TCAssertMsg( (pl != NULL), "TCSetPaletteIndex: NULL TCPalette ptr\n" ); in TCSetPaletteIndex() 208 TCAssertMsg( (pl != NULL), "TCSetPaletteSrcImage: NULL TCPalette ptr\n" ); in TCSetPaletteSrcImage() 217 TCAssertMsg( (pl != NULL), "TCSetPaletteEntryFormat: NULL TCPalette ptr\n" ); in TCSetPaletteEntryFormat() 329 TCAssertMsg( (pl != NULL), "TCFindPalettePos: NULL palette ptr\n" ); in TCFindPalettePos() 330 TCAssertMsg( (PlHead != NULL), "TCFindPalettePos: NULL palette list\n" ); in TCFindPalettePos()
|
| D | TCSrcImageList.cpp | 188 TCAssertMsg( (newSi != NULL), "TCSetSrcImageFromFile: NULL TCSrcImage ptr\n" ); in TCSetSrcImageFromFile() 189 TCAssertMsg( (fileName != NULL), "TCSetSrcImageFromFile: NULL file name\n" ); in TCSetSrcImageFromFile() 190 TCAssertMsg( (*fileName != '\0'), "TCSetSrcImageFromFile: NULL file name\n" ); in TCSetSrcImageFromFile()
|
| D | TCCreateTPL.cpp | 119 TCAssertMsg( (len), "TCCreateTplFile: empty string for .tpl file name\n" ); in TCCreateTplFile()
|
| D | TCCommon.cpp | 111 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg() function
|
| D | TCTPLToolbox.cpp | 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() [all …]
|
| D | TCTextureList.cpp | 93 TCAssertMsg( (tx != NULL), "TCSetTextureAttributes: NULL TCTexture ptr.\n" ); in TCSetTextureAttributes()
|
| D | TCCreateS3.cpp | 216 TCAssertMsg( (ok==0), "error: TCConvertToDDS: s3 encoding failed\n" ); in TCConvertToS3()
|
| D | TCMem.cpp | 169 TCAssertMsg( (found), "TCFreeMemNode: *thisNode is not part of MemList\n" ); in TCFreeMemNode()
|
| /RvlSDK-3.1.4/include/charPipeline/tc/ |
| D | TCCommon.h | 50 void TCAssertMsg( int exp, char* msg, ... );
|