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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h4118 typedef void (GLAPIENTRYP _glptr_Vertex4iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4121 static inline _glptr_Vertex4iv GET_Vertex4iv(struct _glapi_table *disp) {
4122 return (_glptr_Vertex4iv) (GET_by_offset(disp, _gloffset_Vertex4iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4591 typedef void (GLAPIENTRYP _glptr_Vertex4iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4594 static inline _glptr_Vertex4iv GET_Vertex4iv(struct _glapi_table *disp) {
4595 return (_glptr_Vertex4iv) (GET_by_offset(disp, _gloffset_Vertex4iv));
[all...]

Completed in 167 milliseconds