Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Performance/
Dperf-geo.c213 static void (*testDraw)() = NULL; // function pointer for draw routine variable
569 testDraw = DrawCubeIndx; in DrawTick()
591 testDraw = DrawCubeDirect; in DrawTick()
611 testDraw = DrawTexCubeIndx; in DrawTick()
631 testDraw = DrawTexCubeDirect; in DrawTick()
644 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()