Searched refs:selectBuf (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcontext.h96 GLuint *selectBuf; member in struct:__GLXcontextRec
H A Dglxext.c230 free(cx->selectBuf);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dsingle2swap.c102 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 Dsingle2.c99 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 Dglxcontext.h121 GLuint *selectBuf; member in struct:__GLXcontext
H A Dglxext.c193 free(cx->selectBuf);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dsingle2swap.c100 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 Dsingle2.c95 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 Dglxcontext.h117 GLuint *selectBuf; member in struct:__GLXcontext
H A Dglxext.c179 free(cx->selectBuf);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpickdepth.c137 GLuint selectBuf[BUFSIZE]; local in function:pickRects
146 glSelectBuffer(BUFSIZE, selectBuf);
164 processHits(hits, selectBuf);
H A Dpicksquare.c122 GLuint selectBuf[BUFSIZE]; local in function:pickSquares
131 glSelectBuffer (BUFSIZE, selectBuf);
151 processHits (hits, selectBuf);
H A Dselect.c155 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 Dselect.c43 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 Dsingle2.c569 gc->selectBuf = buffer;
603 __GLX_SINGLE_GET_LONG_ARRAY(gc->selectBuf, compsize);
865 *params = (void *) gc->selectBuf;
H A Dglxclient.h327 GLuint *selectBuf; member in struct:glx_context
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dsingle2.c569 gc->selectBuf = buffer;
603 __GLX_SINGLE_GET_LONG_ARRAY(gc->selectBuf, compsize);
827 *params = (void *) gc->selectBuf;
H A Dglxclient.h322 GLuint *selectBuf; member in struct:glx_context

Completed in 162 milliseconds