Searched refs:ChannelRectSGIX (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | realglx.c | 140 glx.ChannelRectSGIX = _real_glXChannelRectSGIX; in _real_GetGLXDispatchTable()
|
D | glxapi.h | 156 int (*ChannelRectSGIX)(Display *, int, int, int, int, int, int); member
|
D | glxapi.c | 910 return (t->ChannelRectSGIX)(dpy, screen, channel, x, y, w, h); in glXChannelRectSGIX()
|
D | fakeglx.c | 3029 glx.ChannelRectSGIX = Fake_glXChannelRectSGIX; in _mesa_GetGLXDispatchTable()
|