Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c433 GXTexObj tobj; in RenderString() local
470 …GXInitTexObj( &tobj, image, sampleFont->sheetWidth, sampleFont->sheetHeight, GX_TF_I4, GX_REPEAT, … in RenderString()
471 GXLoadTexObj( &tobj, GX_TEXMAP0 ); in RenderString()
/RevoEX-2.3/build/demos/share/src/
Dgraphic.c557 GXTexObj tobj; in REXDEMODrawChar() local
576 …GXInitTexObj( &tobj, image, sampleFont->sheetWidth, sampleFont->sheetHeight, GX_TF_I4, GX_REPEAT, … in REXDEMODrawChar()
577 GXLoadTexObj( &tobj, GX_TEXMAP0 ); in REXDEMODrawChar()