Searched refs:testDraw (Results 1 – 2 of 2) sorted by relevance
213 static void (*testDraw)() = NULL; // function pointer for draw routine variable569 testDraw = DrawCubeIndx; in DrawTick()591 testDraw = DrawCubeDirect; in DrawTick()611 testDraw = DrawTexCubeIndx; in DrawTick()631 testDraw = DrawTexCubeDirect; in DrawTick()644 testDraw(); in DrawTick()
282 static void (*testDraw)() = NULL; // function pointer for draw routine variable331 testDraw = DrawCubeIndx; in main()634 testDraw(); in DrawTick()