Searched refs:SET_by_offset (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | dispatch.h | 47 #define SET_by_offset(disp, offset, fn) \ macro 2489 SET_by_offset(disp, _gloffset_NewList, fn); in SET_NewList() 2500 SET_by_offset(disp, _gloffset_EndList, fn); in SET_EndList() 2511 SET_by_offset(disp, _gloffset_CallList, fn); in SET_CallList() 2522 SET_by_offset(disp, _gloffset_CallLists, fn); in SET_CallLists() 2533 SET_by_offset(disp, _gloffset_DeleteLists, fn); in SET_DeleteLists() 2544 SET_by_offset(disp, _gloffset_GenLists, fn); in SET_GenLists() 2555 SET_by_offset(disp, _gloffset_ListBase, fn); in SET_ListBase() 2566 SET_by_offset(disp, _gloffset_Begin, fn); in SET_Begin() 2577 SET_by_offset(disp, _gloffset_Bitmap, fn); in SET_Bitmap() [all …]
|