Home | History | Annotate | Download | only in main

Lines Matching refs:disp

654 _mesa_init_pixel_dispatch(struct _glapi_table *disp)
656 SET_GetPixelMapfv(disp, _mesa_GetPixelMapfv);
657 SET_GetPixelMapuiv(disp, _mesa_GetPixelMapuiv);
658 SET_GetPixelMapusv(disp, _mesa_GetPixelMapusv);
659 SET_PixelMapfv(disp, _mesa_PixelMapfv);
660 SET_PixelMapuiv(disp, _mesa_PixelMapuiv);
661 SET_PixelMapusv(disp, _mesa_PixelMapusv);
662 SET_PixelTransferf(disp, _mesa_PixelTransferf);
663 SET_PixelTransferi(disp, _mesa_PixelTransferi);
664 SET_PixelZoom(disp, _mesa_PixelZoom);
667 SET_GetnPixelMapfvARB(disp, _mesa_GetnPixelMapfvARB);
668 SET_GetnPixelMapuivARB(disp, _mesa_GetnPixelMapuivARB);
669 SET_GetnPixelMapusvARB(disp, _mesa_GetnPixelMapusvARB);