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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3766 typedef void (GLAPIENTRYP _glptr_TexCoord3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
3769 static inline _glptr_TexCoord3iv GET_TexCoord3iv(struct _glapi_table *disp) {
3770 return (_glptr_TexCoord3iv) (GET_by_offset(disp, _gloffset_TexCoord3iv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4239 typedef void (GLAPIENTRYP _glptr_TexCoord3iv)(const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(const GLint *)
4242 static inline _glptr_TexCoord3iv GET_TexCoord3iv(struct _glapi_table *disp) {
4243 return (_glptr_TexCoord3iv) (GET_by_offset(disp, _gloffset_TexCoord3iv));
[all...]

Completed in 123 milliseconds