Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/include/texUtils/
DTexture.h67 CF_16bit = 5, enumerator
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_10.cpp248 …return GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_XRGB, PreLoopABGR16, LoopR… in LoadDDS10_R16G16()
266 …return GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_XRGB, PreLoopABGR16, LoopR… in LoadDDS10_R16()
DDDS.cpp549 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_ARGB, in LoadDDS_ABGR16()
559 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_RG, in LoadDDS_G16R16()
587 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_R, in LoadDDS_R16()
DDDS_Helpers.cpp275 case CF_16bit: in GetGX2TextureInfo()