Searched refs:_glptr_PassThrough (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4690 typedef void (GLAPIENTRYP _glptr_PassThrough)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
4693 static inline _glptr_PassThrough GET_PassThrough(struct _glapi_table *disp) {
4694 return (_glptr_PassThrough) (GET_by_offset(disp, _gloffset_PassThrough));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5163 typedef void (GLAPIENTRYP _glptr_PassThrough)(GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat)
5166 static inline _glptr_PassThrough GET_PassThrough(struct _glapi_table *disp) {
5167 return (_glptr_PassThrough) (GET_by_offset(disp, _gloffset_PassThrough));
[all...]

Completed in 106 milliseconds