Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-outline.c165 static u16 *alphaBuffer; in DrawCartoonOutline() local
175 alphaBuffer = MEMAllocFromAllocator(&DemoAllocator1, screen_wd*screen_ht*sizeof(u16)); in DrawCartoonOutline()
176 ASSERT( alphaBuffer != NULL ); in DrawCartoonOutline()
187 GXInitTexObj( &eFBTexObj, alphaBuffer, screen_wd, screen_ht, in DrawCartoonOutline()
197 GXCopyTex( alphaBuffer, GX_DISABLE ); in DrawCartoonOutline()