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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3942 typedef void (GLAPIENTRYP _glptr_Vertex2iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3945 static inline _glptr_Vertex2iv GET_Vertex2iv(struct _glapi_table *disp) {
3946 return (_glptr_Vertex2iv) (GET_by_offset(disp, _gloffset_Vertex2iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4415 typedef void (GLAPIENTRYP _glptr_Vertex2iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4418 static inline _glptr_Vertex2iv GET_Vertex2iv(struct _glapi_table *disp) {
4419 return (_glptr_Vertex2iv) (GET_by_offset(disp, _gloffset_Vertex2iv));
[all...]

Completed in 145 milliseconds