Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/
Ddraw.c40 u16 tmp_surface[GX_LCD_SIZE_X * GX_LCD_SIZE_Y] ATTRIBUTE_ALIGN(32); variable
111 MI_CpuCopyFast(tmp_surface, dst_vram, sizeof(tmp_surface)); in OnVBlank()
115 MI_CpuFillFast(tmp_surface, in OnVBlank()
116 (u32)((col_clear << 0) | (col_clear << 16)), sizeof(tmp_surface)); in OnVBlank()
157 p->next_surface = (RGB555 *) tmp_surface; in InitDraw()
158 MI_CpuFillFast(tmp_surface, in InitDraw()
159 (u32)((col_clear << 0) | (col_clear << 16)), sizeof(tmp_surface)); in InitDraw()
182 DC_FlushRange(tmp_surface, sizeof(tmp_surface)); in DrawEnd()