Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp54 …ace*& pSurface, ChannelFormat channelFormat, TextureDataType textureDataType, LoopFunction fnLoop);
395 TextureDataType textureDataType, LoopFunction fnLoop) in GenericLoadFunction() argument
421 err = fnLoop(pFile, pTGAD, pSurface, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.h55 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction …
60 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction …
DDDS_Helpers.cpp359 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction … in GenericLoadFunction() argument
392 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction()
409 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nSlice, dwWidth, dwHeight); in GenericLoadFunction()
426 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nSlice, dwWidth, dwHeight); in GenericLoadFunction()