Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp274 bool FormatsMatch(const char* pFormatStr, GX2SurfaceFormat otherFormat ) in FormatsMatch() argument
276 const char* pOtherStr = FormatTypeToString( otherFormat ); in FormatsMatch()
289 …case GX2_SURFACE_FORMAT_TC_A1_B5_G5_R5_UNORM: return( otherFormat == GX2_SURFACE_FORMAT_TC_R5_G5_B… in FormatsMatch()
290 …case GX2_SURFACE_FORMAT_TC_R5_G5_B5_A1_UNORM: return( otherFormat == GX2_SURFACE_FORMAT_TC_A1_B5_G… in FormatsMatch()