Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/Performance/
Dperf-geo.c213 static void (*testDraw)() = NULL; // function pointer for draw routine variable
573 testDraw = DrawCubeIndx; in DrawTick()
595 testDraw = DrawCubeDirect; in DrawTick()
615 testDraw = DrawTexCubeIndx; in DrawTick()
635 testDraw = DrawTexCubeDirect; in DrawTick()
648 testDraw(); in DrawTick()
Dperf-fill.c282 static void (*testDraw)() = NULL; // function pointer for draw routine variable
331 testDraw = DrawCubeIndx; in main()
634 testDraw(); in DrawTick()