Searched refs:kfont_tex (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/kpadOlddemo/src/ |
| D | kfont.c | 43 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()
|
| /RvlSDK-3.2/build/demos/kpaddemo/src/ |
| D | kfont.c | 43 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()
|