Searched refs:notThis (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.h | 366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
|
D | xm_api.c | 571 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) in xmesa_find_buffer() argument 577 b != notThis) { in xmesa_find_buffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
|
D | xm_api.c | 364 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis) in xmesa_find_buffer() argument 368 if (b->display==dpy && b->cmap==cmap && b!=notThis) { in xmesa_find_buffer()
|
/external/catch2/docs/ |
D | command-line.md | 99 exclude:notThis Matches all tests except, 'notThis' 100 ~notThis Matches all tests except, 'notThis'
|