Searched refs:glWinIndirectProcCallsLast (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dglwrap.c54 static unsigned int glWinIndirectProcCallsLast = 0; local in function:glWinCallDelta
56 if ((glWinIndirectProcCalls != glWinIndirectProcCallsLast) ||
63 glWinIndirectProcCalls - glWinIndirectProcCallsLast);
66 glWinIndirectProcCallsLast = glWinIndirectProcCalls;

Completed in 2 milliseconds