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

  /xsrc/external/mit/xorg-server/dist/glx/
clientinfo.c 48 size = safe_add(size, safe_pad(req->numGLExtensionBytes));
58 if (req->numGLExtensionBytes != 0
60 __GLX_PAD(req->numGLExtensionBytes)) == NULL)
66 glx_extensions = gl_extensions + __GLX_PAD(req->numGLExtensionBytes);
94 req->numGLExtensionBytes = bswap_32(req->numGLExtensionBytes);
116 req->numGLExtensionBytes = bswap_32(req->numGLExtensionBytes);
  /xsrc/external/mit/xorgproto/dist/include/GL/
glxproto.h 1307 * These are followed by \c numGLExtensionBytes bytes of \c STRING8 containing
1326 CARD32 numGLExtensionBytes;
1374 CARD32 numGLExtensionBytes;

Completed in 7 milliseconds