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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3678 typedef void (GLAPIENTRYP _glptr_TexCoord2iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3681 static inline _glptr_TexCoord2iv GET_TexCoord2iv(struct _glapi_table *disp) {
3682 return (_glptr_TexCoord2iv) (GET_by_offset(disp, _gloffset_TexCoord2iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4151 typedef void (GLAPIENTRYP _glptr_TexCoord2iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4154 static inline _glptr_TexCoord2iv GET_TexCoord2iv(struct _glapi_table *disp) {
4155 return (_glptr_TexCoord2iv) (GET_by_offset(disp, _gloffset_TexCoord2iv));
[all...]

Completed in 103 milliseconds