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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10476 typedef void (GLAPIENTRYP _glptr_SamplerParameterIiv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *)
10479 static inline _glptr_SamplerParameterIiv GET_SamplerParameterIiv(struct _glapi_table *disp) {
10480 return (_glptr_SamplerParameterIiv) (GET_by_offset(disp, _gloffset_SamplerParameterIiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10949 typedef void (GLAPIENTRYP _glptr_SamplerParameterIiv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *)
10952 static inline _glptr_SamplerParameterIiv GET_SamplerParameterIiv(struct _glapi_table *disp) {
10953 return (_glptr_SamplerParameterIiv) (GET_by_offset(disp, _gloffset_SamplerParameterIiv));
[all...]

Completed in 107 milliseconds