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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6241 typedef void (GLAPIENTRYP _glptr_ColorTableParameterfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *)
6244 static inline _glptr_ColorTableParameterfv GET_ColorTableParameterfv(struct _glapi_table *disp) {
6245 return (_glptr_ColorTableParameterfv) (GET_by_offset(disp, _gloffset_ColorTableParameterfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6714 typedef void (GLAPIENTRYP _glptr_ColorTableParameterfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *)
6717 static inline _glptr_ColorTableParameterfv GET_ColorTableParameterfv(struct _glapi_table *disp) {
6718 return (_glptr_ColorTableParameterfv) (GET_by_offset(disp, _gloffset_ColorTableParameterfv));
[all...]

Completed in 158 milliseconds