Home
last modified time | relevance | path

Searched refs:DEMOGfxLoadAssetFileAlign (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h389 void* DEMOGfxLoadAssetFileAlign(const char* path, u32* len, u32 alignSize);
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfx.h389 void* DEMOGfxLoadAssetFileAlign(const char* path, u32* len, u32 alignSize);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfd.c411 *pFileBuf = DEMOGfxLoadAssetFileAlign(fileName, &len, align); in DEMOGFDReadAlignedTexture()
DdemoGfx.c902 void* DEMOGfxLoadAssetFileAlign(const char* path, u32* len, u32 alignSize) in DEMOGfxLoadAssetFileAlign() function