Searched refs:__GLX_RENDER_HDR_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpackrender.h94 pc += __GLX_RENDER_HDR_SIZE; \
112 pc += __GLX_RENDER_HDR_SIZE; \
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpackrender.h94 pc += __GLX_RENDER_HDR_SIZE; \
112 pc += __GLX_RENDER_HDR_SIZE; \
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h1446 #define __GLX_RENDER_HDR_SIZE 4 macro
1540 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_HDR_SIZE + __GLX_BITMAP_HDR_SIZE)
1551 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_HDR_SIZE)
1574 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_HDR_SIZE + __GLX_TEXIMAGE_HDR_SIZE)
1623 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_3D_HDR_SIZE + \
1669 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_HDR_SIZE + __GLX_TEXSUBIMAGE_HDR_SIZE)
1718 (__GLX_RENDER_HDR_SIZE + __GLX_PIXEL_3D_HDR_SIZE + \
1764 (__GLX_RENDER_HDR_SIZE + __GLX_COMPRESSED_TEXIMAGE_HDR_SIZE)
1807 (__GLX_RENDER_HDR_SIZE + __GLX_COMPRESSED_TEXSUBIMAGE_HDR_SIZE)
1846 (__GLX_RENDER_HDR_SIZE
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmdsswap.c619 __GLX_SWAP_INT_ARRAY( (int *)(pc + __GLX_RENDER_HDR_SIZE),
623 __GLX_SWAP_SHORT_ARRAY( (short *)(pc + __GLX_RENDER_HDR_SIZE),
627 __GLX_SWAP_DOUBLE_ARRAY( (double *)(pc + __GLX_RENDER_HDR_SIZE),
638 (*proc)(pc + __GLX_RENDER_HDR_SIZE);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c2075 extra = (*entry.varsize) (pc + __GLX_RENDER_HDR_SIZE,
2077 left - __GLX_RENDER_HDR_SIZE);
2094 (*proc) (pc + __GLX_RENDER_HDR_SIZE);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c1947 extra = (*entry.varsize)(pc + __GLX_RENDER_HDR_SIZE,
1966 (*proc)(pc + __GLX_RENDER_HDR_SIZE);
2067 left - __GLX_RENDER_HDR_SIZE);

Completed in 17 milliseconds