Home
last modified time | relevance | path

Searched refs:texelFormat (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/libraries/tc/include/
DTCImageList.h76 u32 texelFormat; // Dolphin texture format from script file member
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp147 u32 texelFormat; // Dolphin texture format ( TPL_IMAGE_TEXEL_FMT_X ) member
545 total += TCWriteTplValue( fp, total, (void*)&imgPtr->texelFormat, 4 ); in TCWriteTplFile()
591 switch( imgPtr->texelFormat ) in TCWriteTplFile()
907 switch(thisImage->texelFormat) in TCComputeTplImageBufferSize()
1307 switch( imPtr->texelFormat ) in TCWriteTplImageBank()
1331 switch( imPtr->texelFormat ) in TCWriteTplImageBank()
2965 imCached.texelFormat = imPtr->texelFormat; in TCWriteCachedScriptFile()
3356 if( imPtr->texelFormat != cImPtr->texelFormat ) in TCCompareImToCachedIm()
DTCMipmap.cpp218 switch( thisImage->texelFormat ) in TCWriteTplImageMipMaps()
551 switch( thisImage->texelFormat ) in TCCheckMipMapFormats()
DTCImageList.cpp231 im->texelFormat = texelFmt; in TCSetImageTexelFormat()