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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6285 typedef void (GLAPIENTRYP _glptr_GetColorTableParameterfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *)
6288 static inline _glptr_GetColorTableParameterfv GET_GetColorTableParameterfv(struct _glapi_table *disp) {
6289 return (_glptr_GetColorTableParameterfv) (GET_by_offset(disp, _gloffset_GetColorTableParameterfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6758 typedef void (GLAPIENTRYP _glptr_GetColorTableParameterfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *)
6761 static inline _glptr_GetColorTableParameterfv GET_GetColorTableParameterfv(struct _glapi_table *disp) {
6762 return (_glptr_GetColorTableParameterfv) (GET_by_offset(disp, _gloffset_GetColorTableParameterfv));
[all...]

Completed in 102 milliseconds