Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Management/
Dmgt-triple-buf.c48 static void* dispXFB; // Which XFB is being displayed now variable
173 if (qitm.copyXFB == dispXFB) in BPCallback()
239 dispXFB = (dispXFB == myXFB1) ? myXFB2 : myXFB1; in VIPreCallback()
241 VISetNextFrameBuffer( dispXFB ); in VIPreCallback()
324 dispXFB = myXFB1; in main()