Home | History | Annotate | Download | only in main

Lines Matching refs:disp

1606 _mesa_init_attrib_dispatch(struct _glapi_table *disp)
1608 SET_PopAttrib(disp, _mesa_PopAttrib);
1609 SET_PushAttrib(disp, _mesa_PushAttrib);
1610 SET_PopClientAttrib(disp, _mesa_PopClientAttrib);
1611 SET_PushClientAttrib(disp, _mesa_PushClientAttrib);