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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3084 typedef void (GLAPIENTRYP _glptr_Normal3bv)(const GLbyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLbyte *)
3087 static inline _glptr_Normal3bv GET_Normal3bv(struct _glapi_table *disp) {
3088 return (_glptr_Normal3bv) (GET_by_offset(disp, _gloffset_Normal3bv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3557 typedef void (GLAPIENTRYP _glptr_Normal3bv)(const GLbyte *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLbyte *)
3560 static inline _glptr_Normal3bv GET_Normal3bv(struct _glapi_table *disp) {
3561 return (_glptr_Normal3bv) (GET_by_offset(disp, _gloffset_Normal3bv));
[all...]

Completed in 172 milliseconds