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

/external/mesa3d/src/glx/
H A Dglxext.c1008 * GLX protocol work (i.e., calculating \c totalRequests, etc.).
1015 * \param totalRequests How many requests will there be?
1021 GLint totalRequests, const GLvoid * data, GLint dataLen)
1027 totalRequests, dataLen, data);
1041 req->requestTotal = totalRequests;
1045 if (requestNumber == totalRequests) {
1074 GLint totalRequests, requestNumber; local
1082 totalRequests = 1 + (dataLen / maxSize);
1084 totalRequests++;
1090 __glXSendLargeChunk(ctx, 1, totalRequests, heade
1020 __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber, GLint totalRequests, const GLvoid * data, GLint dataLen) argument
[all...]
H A Dglxclient.h610 GLint totalRequests,

Completed in 550 milliseconds