Home
last modified time | relevance | path

Searched refs:TCAssertMsg (Results 1 – 14 of 14) sorted by relevance

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCScriptFile.cpp129 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()
273TCAssertMsg( (len <= (NAME_SIZE-1)), "TCProcessSiKey: length of (%s + path) > %d characters\n", (N… in TCProcessSiKey()
288TCAssertMsg( (newSi != NULL),"ProcessSiKey: couldn't allocate memory for new source image %d\n", i… in TCProcessSiKey()
314TCAssertMsg( (attList != NULL), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
315TCAssertMsg( (*attList != '\0'), "TCProcessImKey: missing attribute list for image %d in script fi… in TCProcessImKey()
321TCAssertMsg( (icPtr != NULL), "ProcessImKey: problem reading color index for image %d in script fi… in TCProcessImKey()
324TCAssertMsg( (iaPtr != NULL), "ProcessImKey: problem reading alpha index for image %d in script fi… in TCProcessImKey()
327TCAssertMsg( (fmtPtr != NULL), "ProcessImKey: problem reading output format for image %d in script… in TCProcessImKey()
[all …]
DTCLayer.cpp100 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 …]
DTCImageList.cpp123TCAssertMsg( (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()
190TCAssertMsg( (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()
DTCMipmap.cpp144 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()
416TCAssertMsg( (check),"TCCheckMipMapConvParams: minLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams()
419TCAssertMsg( (check),"TCCheckMipMapConvParams: maxLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams()
422TCAssertMsg( (check),"TCCheckMipMapConvParams: remapLOD out of range for image %d\n", thisImage->i… in TCCheckMipMapConvParams()
439TCAssertMsg( (check),"TCCheckMipMapConvParams: image %d is not power of 2 dimensions\n", thisImage… in TCCheckMipMapConvParams()
443TCAssertMsg( (check),"TCCheckMipMapConvParams: numLOD is greater than image %d minimum dimension\n… in TCCheckMipMapConvParams()
447TCAssertMsg( (check),"TCCheckMipMapConvParams: image %d invalid output format for mipmapping\n", t… in TCCheckMipMapConvParams()
DTCFile.cpp110 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()
DTCPaletteList.cpp152TCAssertMsg( (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()
DTCSrcImageList.cpp188 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()
DTCCreateTPL.cpp119 TCAssertMsg( (len), "TCCreateTplFile: empty string for .tpl file name\n" ); in TCCreateTplFile()
DTCCommon.cpp111 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg() function
DTCTPLToolbox.cpp350 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()
873TCAssertMsg( (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 …]
DTCTextureList.cpp93 TCAssertMsg( (tx != NULL), "TCSetTextureAttributes: NULL TCTexture ptr.\n" ); in TCSetTextureAttributes()
DTCCreateS3.cpp216 TCAssertMsg( (ok==0), "error: TCConvertToDDS: s3 encoding failed\n" ); in TCConvertToS3()
DTCMem.cpp169 TCAssertMsg( (found), "TCFreeMemNode: *thisNode is not part of MemList\n" ); in TCFreeMemNode()
/RvlSDK-3.1.4/include/charPipeline/tc/
DTCCommon.h50 void TCAssertMsg( int exp, char* msg, ... );