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

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcontext.h123 GLint largeCmdBytesSoFar; /* bytes received so far */ member in struct:__GLXcontext
H A Dglxcmds.c1994 cx->largeCmdBytesSoFar = 0;
2218 glxc->largeCmdBytesSoFar = dataBytes;
2249 if ((bytesSoFar = safe_add(glxc->largeCmdBytesSoFar, dataBytes)) < 0) {
2261 memcpy(glxc->largeCmdBuf + glxc->largeCmdBytesSoFar, pc, dataBytes);
2262 glxc->largeCmdBytesSoFar += dataBytes;
2281 if (safe_pad(glxc->largeCmdBytesSoFar) != glxc->largeCmdBytesTotal) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmdsswap.c720 cl->largeCmdBytesSoFar = req->dataBytes;
736 if ( cl->largeCmdBytesSoFar + req->dataBytes > cl->largeCmdBytesTotal) {
741 memcpy(cl->largeCmdBuf + cl->largeCmdBytesSoFar,
744 cl->largeCmdBytesSoFar += req->dataBytes;
758 if ( cl->largeCmdBytesSoFar + req->dataBytes > cl->largeCmdBytesTotal) {
763 memcpy(cl->largeCmdBuf + cl->largeCmdBytesSoFar,
766 cl->largeCmdBytesSoFar += req->dataBytes;
H A Dglxserver.h147 GLint largeCmdBytesSoFar; /* bytes received so far */ member in struct:__GLXclientStateRec
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxserver.h154 GLint largeCmdBytesSoFar; /* bytes received so far */ member in struct:__GLXclientStateRec
H A Dglxext.c92 cl->largeCmdBytesSoFar = 0;
H A Dglxcmds.c2094 cl->largeCmdBytesSoFar = dataBytes;
2124 if ((bytesSoFar = safe_add(cl->largeCmdBytesSoFar, dataBytes)) < 0) {
2136 memcpy(cl->largeCmdBuf + cl->largeCmdBytesSoFar, pc, dataBytes);
2137 cl->largeCmdBytesSoFar += dataBytes;
2156 if (safe_pad(cl->largeCmdBytesSoFar) != cl->largeCmdBytesTotal) {

Completed in 13 milliseconds