Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp54 …(FILE*& pFile, TGA_INFO*& pTGAD, GX2Surface*& pSurface, ChannelFormat channelFormat, TextureDataTy…
55 bool GetGX2TextureInfo(const TGA_INFO* pTGAD, GX2Surface* pSurface, ChannelFormat channelFormat,
343 bool GetGX2TextureInfo(const TGA_INFO* pTGAD, GX2Surface* pSurface, ChannelFormat channelFormat, in GetGX2TextureInfo() argument
365 switch (channelFormat) in GetGX2TextureInfo()
394 …ricLoadFunction(FILE*& pFile, TGA_INFO*& pTGAD, GX2Surface*& pSurface, ChannelFormat channelFormat, in GenericLoadFunction() argument
402 if (!GetGX2TextureInfo(pTGAD, pSurface, channelFormat, textureDataType, &cubeFaceMask)) in GenericLoadFunction()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_10.cpp218 ChannelFormat channelFormat = CF_2101010; in LoadDDS10_R10G10B10A2() local
219 void* pChannelFormat = &channelFormat; in LoadDDS10_R10G10B10A2()
220 …return GenericLoadFunction(pFile, pDDSD, pSurface, pChannelFormat, channelFormat, TDT_ARGB, PreLoo… in LoadDDS10_R10G10B10A2()
DDDS_Helpers.h55 …le, DDSD2*& pDDSD, GX2Surface*& pSurface, void*& extra, ChannelFormat channelFormat, TextureDataTy…
59 …tion(FILE*& pFile, DDSD2*& pDDSD, GX2Surface*& pSurface, void*& extra, ChannelFormat channelFormat,
DDDS_Helpers.cpp50 bool GetGX2TextureInfo(const DDSD2* pDDSD, GX2Surface* pSurface, ChannelFormat channelFormat, in GetGX2TextureInfo() argument
136 switch (channelFormat) in GetGX2TextureInfo()
358 …tion(FILE*& pFile, DDSD2*& pDDSD, GX2Surface*& pSurface, void*& extra, ChannelFormat channelFormat, in GenericLoadFunction() argument
366 if (!GetGX2TextureInfo(pDDSD, pSurface, channelFormat, textureDataType, &cubeFaceMask)) in GenericLoadFunction()
471 ChannelFormat channelFormat = *reinterpret_cast<ChannelFormat*>(extra); in LoopDefault() local
DDDS.cpp408 ChannelFormat channelFormat = CF_2101010; in LoadDDS_ABGR2101010() local
409 void* pChannelFormat = &channelFormat; in LoadDDS_ABGR2101010()
413 err = GenericLoadFunction(pFile, pDDSD, pSurface, pChannelFormat, channelFormat, TDT_ARGB, in LoadDDS_ABGR2101010()
418 err = GenericLoadFunction(pFile, pDDSD, pSurface, pChannelFormat, channelFormat, TDT_ARGB, in LoadDDS_ABGR2101010()
424 err = GenericLoadFunction(pFile, pDDSD, pSurface, pChannelFormat, channelFormat, TDT_ARGB, in LoadDDS_ABGR2101010()