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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmdsswap.c664 __GLX_SWAP_INT(&req->dataBytes);
718 memcpy(cl->largeCmdBuf, pc, req->dataBytes);
720 cl->largeCmdBytesSoFar = req->dataBytes;
725 cl->largeCmdMaxReqDataSize = req->dataBytes;
736 if ( cl->largeCmdBytesSoFar + req->dataBytes > cl->largeCmdBytesTotal) {
742 pc, req->dataBytes);
744 cl->largeCmdBytesSoFar += req->dataBytes;
746 if (req->dataBytes > cl->largeCmdMaxReqDataSize)
747 cl->largeCmdMaxReqDataSize = req->dataBytes;
758 if ( cl->largeCmdBytesSoFar + req->dataBytes > c
[all...]
H A Dglxcmds.c2288 be_req->dataBytes = req->dataBytes;
2289 Data(dpy, (const char *)pc, req->dataBytes);
3637 req->dataBytes = amount;
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c2110 size_t dataBytes; local in function:__glXDisp_RenderLarge
2124 __GLX_SWAP_INT(&req->dataBytes);
2133 if (safe_pad(req->dataBytes) < 0)
2135 dataBytes = req->dataBytes;
2140 if ((req->length << 2) != safe_pad(dataBytes) + sz_xGLXRenderLargeReq) {
2164 if (dataBytes < __GLX_RENDER_LARGE_HDR_SIZE)
2216 memcpy(glxc->largeCmdBuf, pc, dataBytes);
2218 glxc->largeCmdBytesSoFar = dataBytes;
2249 if ((bytesSoFar = safe_add(glxc->largeCmdBytesSoFar, dataBytes)) <
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c1983 size_t dataBytes; local in function:__glXDisp_RenderLarge
1996 __GLX_SWAP_INT(&req->dataBytes);
2007 if (safe_pad(req->dataBytes) < 0)
2009 dataBytes = req->dataBytes;
2014 if ((req->length << 2) != safe_pad(dataBytes) + sz_xGLXRenderLargeReq) {
2038 if (dataBytes < __GLX_RENDER_LARGE_HDR_SIZE)
2092 memcpy(cl->largeCmdBuf, pc, dataBytes);
2094 cl->largeCmdBytesSoFar = dataBytes;
2124 if ((bytesSoFar = safe_add(cl->largeCmdBytesSoFar, dataBytes)) <
[all...]
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h154 CARD32 dataBytes; member in struct:GLXRenderLarge

Completed in 18 milliseconds