Lines Matching refs:DrawList
80 u8 *DrawList; in CreateDLs() local
95 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
96 ASSERT(DrawList); in CreateDLs()
98 GDInitGDLObj( &DrawDLOs[0], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
117 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
118 ASSERT(DrawList); in CreateDLs()
120 GDInitGDLObj( &DrawDLOs[1], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
139 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
140 ASSERT(DrawList); in CreateDLs()
142 GDInitGDLObj( &DrawDLOs[2], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
161 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
162 ASSERT(DrawList); in CreateDLs()
164 GDInitGDLObj( &DrawDLOs[3], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
183 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
184 ASSERT(DrawList); in CreateDLs()
186 GDInitGDLObj( &DrawDLOs[4], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
205 DrawList = OSAlloc( ALT_DRAW_SIZE ); in CreateDLs()
206 ASSERT(DrawList); in CreateDLs()
208 GDInitGDLObj( &DrawDLOs[5], DrawList, ALT_DRAW_SIZE ); in CreateDLs()