Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/include/texUtils/
DTC_PluginAPI.h85 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in MaxFacesOrSlices()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp66 pSurface->dim = GX2_SURFACE_DIM_CUBE; in GetGX2TextureInfo()
384 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in GenericLoadFunction()
497 case GX2_SURFACE_DIM_CUBE: in PreLoopFourCC()
1189 if(pSurface->dim == GX2_SURFACE_DIM_CUBE) in SetupDDSD()
1225 if(pSurface->dim == GX2_SURFACE_DIM_CUBE) in SetupDDSD_DDS10()
DDDS_10.cpp328 else if(pSurface->dim == GX2_SURFACE_DIM_CUBE) in SetupDDSD10()
DDDS.cpp231 if( pSurface->dim == GX2_SURFACE_DIM_CUBE && pSurface->numMips > 1 ) in DDSSaveFile()
/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Enum.h924 GX2_SURFACE_DIM_CUBE = 0x003, enumerator