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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6351 typedef void (GLAPIENTRYP _glptr_ConvolutionParameterf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat)
6354 static inline _glptr_ConvolutionParameterf GET_ConvolutionParameterf(struct _glapi_table *disp) {
6355 return (_glptr_ConvolutionParameterf) (GET_by_offset(disp, _gloffset_ConvolutionParameterf));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6824 typedef void (GLAPIENTRYP _glptr_ConvolutionParameterf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat)
6827 static inline _glptr_ConvolutionParameterf GET_ConvolutionParameterf(struct _glapi_table *disp) {
6828 return (_glptr_ConvolutionParameterf) (GET_by_offset(disp, _gloffset_ConvolutionParameterf));
[all...]

Completed in 103 milliseconds