Home
last modified time | relevance | path

Searched refs:notThis (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
Dxm_api.c571 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/
DxmesaP.h338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
Dxm_api.c364 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/
Dcommand-line.md99 exclude:notThis Matches all tests except, 'notThis'
100 ~notThis Matches all tests except, 'notThis'