Searched refs:totalRequests (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxext.c | 1047 * GLX protocol work (i.e., calculating \c totalRequests, etc.). 1054 * \param totalRequests How many requests will there be? 1060 GLint totalRequests, const GLvoid * data, GLint dataLen) 1065 totalRequests, dataLen, data); 1090 GLint totalRequests, requestNumber; local in function:__glXSendLargeCommand 1098 totalRequests = 1 + (dataLen / maxSize); 1100 totalRequests++; 1106 __glXSendLargeChunk(ctx, 1, totalRequests, header, headerLen); 1111 for (requestNumber = 2; requestNumber <= (totalRequests - 1); 1113 __glXSendLargeChunk(ctx, requestNumber, totalRequests, dat 1059 __glXSendLargeChunk(struct glx_context * gc,GLint requestNumber,GLint totalRequests,const GLvoid * data,GLint dataLen) argument [all...] |
| H A D | glxclient.h | 646 GLint totalRequests,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxext.c | 1046 * GLX protocol work (i.e., calculating \c totalRequests, etc.). 1053 * \param totalRequests How many requests will there be? 1059 GLint totalRequests, const GLvoid * data, GLint dataLen) 1064 totalRequests, dataLen, data); 1089 GLint totalRequests, requestNumber; local in function:__glXSendLargeCommand 1097 totalRequests = 1 + (dataLen / maxSize); 1099 totalRequests++; 1105 __glXSendLargeChunk(ctx, 1, totalRequests, header, headerLen); 1110 for (requestNumber = 2; requestNumber <= (totalRequests - 1); 1112 __glXSendLargeChunk(ctx, requestNumber, totalRequests, dat 1058 __glXSendLargeChunk(struct glx_context * gc,GLint requestNumber,GLint totalRequests,const GLvoid * data,GLint dataLen) argument [all...] |
| H A D | glxclient.h | 629 GLint totalRequests,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxcmds.c | 3587 GLint totalRequests, requestNumber; local in function:__glXSendLargeCommand 3596 totalRequests = (dataLen / maxSize); 3597 if (dataLen % maxSize) totalRequests++; 3636 req->requestTotal = totalRequests;
|
Completed in 10 milliseconds