Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c43 static void *kfont_tex ; variable
65 kfont_tex = OSAlloc( KFONT_TEX_SIZE ) ; in init_kfont_texture()
68 ptr = (u32*)( (u32)kfont_tex + KFONT_TEX_SIZE ) - 1 ; in init_kfont_texture()
71 } while ( --ptr != (u32*)kfont_tex ) ; in init_kfont_texture()
92 tex_p = kfont_tex ; in init_kfont_texture()
102 DCStoreRange( kfont_tex, KFONT_TEX_SIZE ) ; in init_kfont_texture()
103 …GXInitTexObj( &kfont_tobj, kfont_tex, KFONT_SHEET_WD,KFONT_SHEET_HT, GX_TF_I4, GX_CLAMP,GX_CLAMP, … in init_kfont_texture()