HomeSort by relevance Sort by last modified time
    Searched refs:totalRequests (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glx/
glxext.c 1008 * 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;
1082 totalRequests = 1 + (dataLen / maxSize);
1084 totalRequests++;
1090 __glXSendLargeChunk(ctx, 1, totalRequests, header, headerLen)
    [all...]
glxclient.h 610 GLint totalRequests,

Completed in 48 milliseconds