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

/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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) {
/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 1001 milliseconds