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 Dxm_api.h366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
H A Dxm_api.c568 * 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 Dxm_api.h366 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis);
H A Dxm_api.c568 * 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 DxmesaP.h338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
H A Dxm_api.c362 * 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 DxmesaP.h338 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis);
H A Dxm_api.c361 * 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