Home
last modified time | relevance | path

Searched refs:textureDataType (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp51 TextureDataType textureDataType,MS_CubeFace* pCubeFaceMask) in GetGX2TextureInfo() argument
140 (textureDataType == TDT_XRGB || textureDataType == TDT_ARGB)) in GetGX2TextureInfo()
146 (textureDataType == TDT_XRGB || textureDataType == TDT_ARGB)) in GetGX2TextureInfo()
152 (textureDataType == TDT_XRGB || textureDataType == TDT_ARGB)) in GetGX2TextureInfo()
159 textureDataType == TDT_R) in GetGX2TextureInfo()
166 textureDataType == TDT_RG) in GetGX2TextureInfo()
207 switch (textureDataType) in GetGX2TextureInfo()
238 switch (textureDataType) in GetGX2TextureInfo()
257 switch (textureDataType) in GetGX2TextureInfo()
276 switch (textureDataType) in GetGX2TextureInfo()
[all …]
DDDS_Helpers.h55 …pSurface, void*& extra, ChannelFormat channelFormat, TextureDataType textureDataType, PreLoopFunct…
60 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction …
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp54 … GX2Surface*& pSurface, ChannelFormat channelFormat, TextureDataType textureDataType, LoopFunction…
56 TextureDataType textureDataType,MS_CubeFace* pCubeFaceMask);
344 TextureDataType textureDataType,MS_CubeFace* pCubeFaceMask) in GetGX2TextureInfo() argument
368 switch (textureDataType) in GetGX2TextureInfo()
395 TextureDataType textureDataType, LoopFunction fnLoop) in GenericLoadFunction() argument
402 if (!GetGX2TextureInfo(pTGAD, pSurface, channelFormat, textureDataType, &cubeFaceMask)) in GenericLoadFunction()