Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-preload.c79 static u32 GetTexBufferSizeOdd ( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max );
356 sizeOdd = GetTexBufferSizeOdd(wd, ht, fmt, mipMapFlag, max); in TexInit()
504 static u32 GetTexBufferSizeOdd( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ) in GetTexBufferSizeOdd() function