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

/xsrc/external/mit/xorg-server/dist/glx/
H A Dclientinfo.c49 size = safe_add(size, safe_pad(req->numGLXExtensionBytes));
67 if (req->numGLXExtensionBytes != 0
69 __GLX_PAD(req->numGLXExtensionBytes)) == NULL)
95 req->numGLXExtensionBytes = bswap_32(req->numGLXExtensionBytes);
117 req->numGLXExtensionBytes = bswap_32(req->numGLXExtensionBytes);
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1311 * The list of OpenGL extensions is followed by \c numGLXExtensionBytes bytes
1327 CARD32 numGLXExtensionBytes; member in struct:GLXSetClientInfoARB
1375 CARD32 numGLXExtensionBytes; member in struct:GLXSetClientInfo2ARB

Completed in 8 milliseconds