Searched refs:GET_by_offset (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h49 (*(cast (GET_by_offset(disp, offset)))) parameters
50 #define GET_by_offset(disp, offset) \ macro
2190 return (_glptr_NewList) (GET_by_offset(disp, _gloffset_NewList));
2206 return (_glptr_EndList) (GET_by_offset(disp, _gloffset_EndList));
2222 return (_glptr_CallList) (GET_by_offset(disp, _gloffset_CallList));
2238 return (_glptr_CallLists) (GET_by_offset(disp, _gloffset_CallLists));
2255 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists));
2272 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists));
2288 return (_glptr_ListBase) (GET_by_offset(disp, _gloffset_ListBase));
2304 return (_glptr_Begin) (GET_by_offset(dis
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddispatch.h43 (*(cast (GET_by_offset(disp, offset)))) parameters
44 #define GET_by_offset(disp, offset) \ macro
2741 #define GET_AttachShader(disp) GET_by_offset(disp, driDispatchRemapTable[AttachShader_remap_index])
2744 #define GET_CreateProgram(disp) GET_by_offset(disp, driDispatchRemapTable[CreateProgram_remap_index])
2747 #define GET_CreateShader(disp) GET_by_offset(disp, driDispatchRemapTable[CreateShader_remap_index])
2750 #define GET_DeleteProgram(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteProgram_remap_index])
2753 #define GET_DeleteShader(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteShader_remap_index])
2756 #define GET_DetachShader(disp) GET_by_offset(disp, driDispatchRemapTable[DetachShader_remap_index])
2759 #define GET_GetAttachedShaders(disp) GET_by_offset(disp, driDispatchRemapTable[GetAttachedShaders_remap_index])
2762 #define GET_GetProgramInfoLog(disp) GET_by_offset(dis
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddispatch.h45 (*(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...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Ddispatch.h43 (*(cast (GET_by_offset(disp, offset)))) parameters
44 #define GET_by_offset(disp, offset) \ macro
2741 #define GET_AttachShader(disp) GET_by_offset(disp, driDispatchRemapTable[AttachShader_remap_index])
2744 #define GET_CreateProgram(disp) GET_by_offset(disp, driDispatchRemapTable[CreateProgram_remap_index])
2747 #define GET_CreateShader(disp) GET_by_offset(disp, driDispatchRemapTable[CreateShader_remap_index])
2750 #define GET_DeleteProgram(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteProgram_remap_index])
2753 #define GET_DeleteShader(disp) GET_by_offset(disp, driDispatchRemapTable[DeleteShader_remap_index])
2756 #define GET_DetachShader(disp) GET_by_offset(disp, driDispatchRemapTable[DetachShader_remap_index])
2759 #define GET_GetAttachedShaders(disp) GET_by_offset(disp, driDispatchRemapTable[GetAttachedShaders_remap_index])
2762 #define GET_GetProgramInfoLog(disp) GET_by_offset(dis
[all...]

Completed in 172 milliseconds