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

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c2230 int bytesSoFar; /* including this packet */ local in function:__glXDisp_RenderLarge
2249 if ((bytesSoFar = safe_add(glxc->largeCmdBytesSoFar, dataBytes)) < 0) {
2255 if (bytesSoFar > glxc->largeCmdBytesTotal) {
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c2105 int bytesSoFar; /* including this packet */ local in function:__glXDisp_RenderLarge
2124 if ((bytesSoFar = safe_add(cl->largeCmdBytesSoFar, dataBytes)) < 0) {
2130 if (bytesSoFar > cl->largeCmdBytesTotal) {

Completed in 8 milliseconds