Home
last modified time | relevance | path

Searched refs:ChannelRectSGIX (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h156 int (*ChannelRectSGIX)(Display *, int, int, int, int, int, int); member
Dglxapi.c864 return t->ChannelRectSGIX(dpy, screen, channel, x, y, w, h); in glXChannelRectSGIX()
Dfakeglx.c2986 glx.ChannelRectSGIX = Fake_glXChannelRectSGIX; in _mesa_GetGLXDispatchTable()