Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.h52 typedef TU_Error (PreLoopFunction)(FILE*& pFile, DDSD2*& pDDSD, GX2Surface*& pSurface, void*& extra… typedef
55 …extra, ChannelFormat channelFormat, TextureDataType textureDataType, PreLoopFunction fnPreLoop, Lo…
60 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction …
DDDS_Helpers.cpp359 …TextureDataType textureDataType, PreLoopFunction fnPreLoop, LoopFunction fnLoop, PostLoopFunction … in GenericLoadFunction()