| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxcontext.h | 96 GLuint *selectBuf; member in struct:__GLXcontextRec
|
| H A D | glxext.c | 230 free(cx->selectBuf);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | single2swap.c | 102 cx->selectBuf = (GLuint *) realloc(cx->selectBuf, 105 if (!cx->selectBuf) { 111 CALL_SelectBuffer( GET_DISPATCH(), (size, cx->selectBuf) ); 176 GLuint *bp = cx->selectBuf; 194 nitems = bp - cx->selectBuf; 197 retBuffer = (GLubyte*) cx->selectBuf;
|
| H A D | single2.c | 99 cx->selectBuf = (GLuint *) realloc(cx->selectBuf, 102 if (!cx->selectBuf) { 108 CALL_SelectBuffer( GET_DISPATCH(), (size, cx->selectBuf) ); 168 GLuint *bp = cx->selectBuf; 186 nitems = bp - cx->selectBuf; 189 retBuffer = (GLubyte*) cx->selectBuf;
|
| H A D | glxcontext.h | 121 GLuint *selectBuf; member in struct:__GLXcontext
|
| H A D | glxext.c | 193 free(cx->selectBuf);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | single2swap.c | 100 cx->selectBuf = reallocarray(cx->selectBuf, 102 if (!cx->selectBuf) { 108 glSelectBuffer(size, cx->selectBuf); 176 GLuint *bp = cx->selectBuf; 194 nitems = bp - cx->selectBuf; 197 retBuffer = (GLubyte *) cx->selectBuf;
|
| H A D | single2.c | 95 cx->selectBuf = reallocarray(cx->selectBuf, 97 if (!cx->selectBuf) { 103 glSelectBuffer(size, cx->selectBuf); 165 GLuint *bp = cx->selectBuf; 183 nitems = bp - cx->selectBuf; 186 retBuffer = (GLubyte *) cx->selectBuf;
|
| H A D | glxcontext.h | 117 GLuint *selectBuf; member in struct:__GLXcontext
|
| H A D | glxext.c | 179 free(cx->selectBuf);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | pickdepth.c | 137 GLuint selectBuf[BUFSIZE]; local in function:pickRects 146 glSelectBuffer(BUFSIZE, selectBuf); 164 processHits(hits, selectBuf);
|
| H A D | picksquare.c | 122 GLuint selectBuf[BUFSIZE]; local in function:pickSquares 131 glSelectBuffer (BUFSIZE, selectBuf); 151 processHits (hits, selectBuf);
|
| H A D | select.c | 155 GLuint selectBuf[BUFSIZE]; local in function:selectObjects 158 glSelectBuffer (BUFSIZE, selectBuf); 181 processHits (hits, selectBuf);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | select.c | 43 GLuint selectBuf[MAXSELECT]; variable in typeref:typename:GLuint[] 131 glSelectBuffer(MAXSELECT, selectBuf); 162 return selectBuf[(hits-1)*4+3];
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | single2.c | 569 gc->selectBuf = buffer; 603 __GLX_SINGLE_GET_LONG_ARRAY(gc->selectBuf, compsize); 865 *params = (void *) gc->selectBuf;
|
| H A D | glxclient.h | 327 GLuint *selectBuf; member in struct:glx_context
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | single2.c | 569 gc->selectBuf = buffer; 603 __GLX_SINGLE_GET_LONG_ARRAY(gc->selectBuf, compsize); 827 *params = (void *) gc->selectBuf;
|
| H A D | glxclient.h | 322 GLuint *selectBuf; member in struct:glx_context
|