Searched refs:GET_by_offset (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 47 (*(cast (GET_by_offset(disp, offset)))) parameters 48 #define GET_by_offset(disp, offset) \ macro 2978 return (_glptr_NewList) (GET_by_offset(disp, _gloffset_NewList)); 2989 return (_glptr_EndList) (GET_by_offset(disp, _gloffset_EndList)); 3000 return (_glptr_CallList) (GET_by_offset(disp, _gloffset_CallList)); 3011 return (_glptr_CallLists) (GET_by_offset(disp, _gloffset_CallLists)); 3022 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists)); 3033 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists)); 3044 return (_glptr_ListBase) (GET_by_offset(disp, _gloffset_ListBase)); 3055 return (_glptr_Begin) (GET_by_offset(dis [all...] |
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 44 (*(cast (GET_by_offset(disp, offset)))) parameters 45 #define GET_by_offset(disp, offset) \ macro 2505 return (_glptr_NewList) (GET_by_offset(disp, _gloffset_NewList)); 2516 return (_glptr_EndList) (GET_by_offset(disp, _gloffset_EndList)); 2527 return (_glptr_CallList) (GET_by_offset(disp, _gloffset_CallList)); 2538 return (_glptr_CallLists) (GET_by_offset(disp, _gloffset_CallLists)); 2549 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists)); 2560 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists)); 2571 return (_glptr_ListBase) (GET_by_offset(disp, _gloffset_ListBase)); 2582 return (_glptr_Begin) (GET_by_offset(dis [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | dispatch.h | 45 (*(cast (GET_by_offset(disp, offset)))) parameters 46 #define GET_by_offset(disp, offset) \ macro 2743 #define GET_AttachShader(disp) GET_by_offset(disp, driDispatchRemapTable[AttachShader_remap_index]) 2746 #define GET_CreateProgram(disp) GET_by_offset(disp, driDispatchRemapTable[CreateProgram_remap_index]) 2749 #define GET_CreateShader(disp) GET_by_offset(disp, driDispatchRemapTable[CreateShader_remap_index]) 2752 #define GET_DeleteProgram(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteProgram_remap_index]) 2755 #define GET_DeleteShader(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteShader_remap_index]) 2758 #define GET_DetachShader(disp) GET_by_offset(disp, driDispatchRemapTable[DetachShader_remap_index]) 2761 #define GET_GetAttachedShaders(disp) GET_by_offset(disp, driDispatchRemapTable[GetAttachedShaders_remap_index]) 2764 #define GET_GetProgramInfoLog(disp) GET_by_offset(dis [all...] |
Completed in 111 milliseconds