Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp307 if(!GFDReadFilePPCData(&fileHeader, (GFD_HEADER_SIZE + 3) / 4, GFD_ELEMENT_SIZE_32, fpout)) in GFDAppendWriteFileTexture()
391 if(!GFDReadFilePPCData(&gfdHeader, (GFD_HEADER_SIZE + 3) / 4, GFD_ELEMENT_SIZE_32, pFile)) in GFDReadFileTexture()
399 …if(!GFDReadFilePPCData(&gfdBlockHeader, (GFD_BLOCK_HEADER_SIZE + 3) / 4, GFD_ELEMENT_SIZE_32, pFil… in GFDReadFileTexture()
413 …if(!GFDReadFilePPCData(&outTexture, (gfdBlockHeader.dataSize + 3) / 4, GFD_ELEMENT_SIZE_32, pFile)) in GFDReadFileTexture()
482 …if(!GFDReadFilePPCData(&gfdBlockHeader, (GFD_BLOCK_HEADER_SIZE + 3) / 4, GFD_ELEMENT_SIZE_32, pFil… in GFDReadFileTexture()
DgfdFileShader.cpp1836 if(!GFDReadFilePPCData(&fileHeader, (GFD_HEADER_SIZE + 3) / 4, GFD_ELEMENT_SIZE_32, fpout)) in GFDAppendWriteFileShader2()
/CafeSDK-2.12.13/system/src/tool/gfx/include/gfdFile/
DgfdFileIO.h139 GFD_DECLSPEC inline bool GFD_API GFDReadFilePPCData(void *pData, u32 numElements, GFDElementSize el… in GFDReadFilePPCData() function