Searched refs:alphaBuffer (Results 1 – 1 of 1) sorted by relevance
165 static u16 *alphaBuffer; in DrawCartoonOutline() local175 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()