HomeSort by: relevance | last modified time | path
    Searched refs:numGLXExtensionBytes (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glx/
clientinfo.c 49 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/
glxproto.h 1311 * The list of OpenGL extensions is followed by \c numGLXExtensionBytes bytes
1327 CARD32 numGLXExtensionBytes;
1375 CARD32 numGLXExtensionBytes;

Completed in 7 milliseconds