Searched refs:PANEL_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define PANEL_ARRAY_SIZE ( 16 * 16 * 3 ) macro219 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()221 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()469 DCFlushRange(pnl->posArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()470 DCFlushRange(pnl->normArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()
31 #define PANEL_ARRAY_SIZE ( 16 * 16 * 3 ) macro273 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()275 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()576 DCFlushRange(pnl->posArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()577 DCFlushRange(pnl->normArray, PANEL_ARRAY_SIZE * sizeof(f32)); in CreateTessPanel()