Searched refs:notThis (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.h | 366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
|
| H A D | xm_api.c | 568 * the notThis buffer. 571 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) argument 577 b != notThis) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.h | 366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
|
| H A D | xm_api.c | 568 * the notThis buffer. 571 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) argument 577 b != notThis) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
|
| H A D | xm_api.c | 362 * the notThis buffer. 365 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis) argument 369 if (b->display==dpy && b->cmap==cmap && b!=notThis) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
|
| H A D | xm_api.c | 361 * the notThis buffer. 364 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis) argument 368 if (b->display==dpy && b->cmap==cmap && b!=notThis) {
|
Completed in 13 milliseconds