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

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c484 * the notThis buffer.
487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) argument
493 b != notThis) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c358 * the notThis buffer.
361 xmesa_find_buffer(XMesaDisplay *dpy, XMesaColormap cmap, XMesaBuffer notThis) argument
365 if (b->display==dpy && b->cmap==cmap && b!=notThis) {

Completed in 74 milliseconds