Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp415 for(u32 nFace = 0; nFace < pSurface->depth; nFace++) in GenericLoadFunction() local
421 err = fnLoop(pFile, pTGAD, pSurface, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp386 for(u32 nFace = 0; nFace < pSurface->depth; nFace++) in GenericLoadFunction() local
392 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction()