Home
last modified time | relevance | path

Searched refs:PE_OK (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp379 if(err != PE_OK) in GenericLoadFunction()
393 if(err != PE_OK) in GenericLoadFunction()
410 if(err != PE_OK) in GenericLoadFunction()
427 if(err != PE_OK) in GenericLoadFunction()
457 return PE_OK; in GenericFreeFunction()
463 return PE_OK; in PreLoopDefault()
480 return PE_OK; in LoopDefault()
485 return PE_OK; in PostLoopDefault()
528 return PE_OK; in PreLoopFourCC()
546 return PE_OK; in LoopFourCC()
[all …]
DDDS.cpp112 return LoadDDS10(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
114 return LoadDDS_ABGR32F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
116 return LoadDDS_ABGR16F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
118 return LoadDDS_GR32F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
120 return LoadDDS_R32F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
122 return LoadDDS_R16F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
124 return LoadDDS_G16R16F(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
126 return LoadDDS_ABGR16(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
128 return LoadDDS_ABGR16(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
130 return LoadDDS_G16R16(pFile, &ddsd, pSurface) == PE_OK; in DDSLoadFile()
[all …]
DDDS_10.cpp394 return PE_OK; in SaveDDS10()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp82 return PE_OK; in SwapFromBottomToTop()
103 return PE_OK; in SwapFromRightToLeft()
268 return PE_OK; in DecodeRLEImage()
340 return PE_OK; in ReadRawImage()
422 if(err != PE_OK) in GenericLoadFunction()
429 return PE_OK; in GenericLoadFunction()
447 return PE_OK; in GenericFreeFunction()
508 return PE_OK; in LoopRGBA()
622 return LoadRGBA(pFile, &tgad, pSurface) == PE_OK; in TGALoadFile()
627 return GenericFreeFunction(pSurface) == PE_OK; in TGAFree()
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/
DTexture.h36 PE_OK, ///< No error - success. enumerator