Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_TextureConverter.cpp45 } TextureInformation; typedef
47 typedef s32 (*textureConvertFunction)(TextureInformation* textureInformation);
54 static s32 ReadBlock(u32 no, u8* buf, TextureInformation* textureInformation);
55 static s32 WriteBlock(u32 no, const u8* pSrc, TextureInformation* textureInformation);
56 …static s32 DeBlock(const u8* pSrc, u8* pDst, s32 blocksize, TextureInformation* textureInformation…
57 …static s32 EnBlock(const u8* pSrc, u8* pDst, s32 blocksize, TextureInformation* textureInformation…
58 static s32 SwapColorComponents(TextureInformation* textureInformation);
60 static s32 ConvertFormat8888Function(TextureInformation* textureInformation);
61 static s32 ConvertFormat888Function(TextureInformation* textureInformation);
62 static s32 ConvertFormat88Function(TextureInformation* textureInformation);
[all …]