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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8848 typedef void (GLAPIENTRYP _glptr_ClearBufferfv)(GLenum, GLint, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLfloat *)
8851 static inline _glptr_ClearBufferfv GET_ClearBufferfv(struct _glapi_table *disp) {
8852 return (_glptr_ClearBufferfv) (GET_by_offset(disp, _gloffset_ClearBufferfv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9321 typedef void (GLAPIENTRYP _glptr_ClearBufferfv)(GLenum, GLint, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,const GLfloat *)
9324 static inline _glptr_ClearBufferfv GET_ClearBufferfv(struct _glapi_table *disp) {
9325 return (_glptr_ClearBufferfv) (GET_by_offset(disp, _gloffset_ClearBufferfv));
[all...]

Completed in 159 milliseconds