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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4030 typedef void (GLAPIENTRYP _glptr_Vertex3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4033 static inline _glptr_Vertex3iv GET_Vertex3iv(struct _glapi_table *disp) {
4034 return (_glptr_Vertex3iv) (GET_by_offset(disp, _gloffset_Vertex3iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4503 typedef void (GLAPIENTRYP _glptr_Vertex3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4506 static inline _glptr_Vertex3iv GET_Vertex3iv(struct _glapi_table *disp) {
4507 return (_glptr_Vertex3iv) (GET_by_offset(disp, _gloffset_Vertex3iv));
[all...]

Completed in 165 milliseconds