Searched refs:QueryChannelRectSGIX (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | realglx.c | 141 glx.QueryChannelRectSGIX = _real_glXQueryChannelRectSGIX; in _real_GetGLXDispatchTable()
|
D | glxapi.h | 157 int (*QueryChannelRectSGIX)(Display *, int, int, int *, int *, int *, int *); member
|
D | glxapi.c | 920 return (t->QueryChannelRectSGIX)(dpy, screen, channel, x, y, w, h); in glXQueryChannelRectSGIX()
|
D | fakeglx.c | 3030 glx.QueryChannelRectSGIX = Fake_glXQueryChannelRectSGIX; in _mesa_GetGLXDispatchTable()
|