Lines Matching refs:TextureInformation

45     } 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);
63 static s32 ConvertFormatXXXXFunction(TextureInformation* textureInformation);
90 TextureInformation textureInformation; in ConvertGLTextureToNative()
161 static s32 ReadBlock(u32 no, u8* buf, TextureInformation* textureInformation) in ReadBlock()
196 static s32 WriteBlock(u32 no, const u8* pSrc, TextureInformation* textureInformation) in WriteBlock()
249 …static s32 DeBlock(const u8* pSrc, u8* pDst, s32 blocksize, TextureInformation* textureInformation) in DeBlock()
301 …static s32 EnBlock(const u8* pSrc, u8* pDst, s32 blocksize, TextureInformation* textureInformation) in EnBlock()
357 static s32 SwapColorComponents(TextureInformation* textureInformation) in SwapColorComponents()
377 static s32 ConvertFormat8888Function(TextureInformation* textureInformation) in ConvertFormat8888Function()
392 static s32 ConvertFormat888Function(TextureInformation* textureInformation) in ConvertFormat888Function()
406 static s32 ConvertFormat88Function(TextureInformation* textureInformation) in ConvertFormat88Function()
420 static s32 ConvertFormatXXXXFunction(TextureInformation* textureInformation) in ConvertFormatXXXXFunction()