Searched defs:notThis (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c560 * the notThis buffer.
563 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) argument
569 b != notThis) {
/external/mesa3d/src/mesa/drivers/x11/
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 146 milliseconds