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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3128 typedef void (GLAPIENTRYP _glptr_Normal3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3131 static inline _glptr_Normal3fv GET_Normal3fv(struct _glapi_table *disp) {
3132 return (_glptr_Normal3fv) (GET_by_offset(disp, _gloffset_Normal3fv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h3601 typedef void (GLAPIENTRYP _glptr_Normal3fv)(const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLfloat *)
3604 static inline _glptr_Normal3fv GET_Normal3fv(struct _glapi_table *disp) {
3605 return (_glptr_Normal3fv) (GET_by_offset(disp, _gloffset_Normal3fv));
[all...]

Completed in 104 milliseconds