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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9772 typedef void (GLAPIENTRYP _glptr_BindFramebuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
9775 static inline _glptr_BindFramebuffer GET_BindFramebuffer(struct _glapi_table *disp) {
9776 return (_glptr_BindFramebuffer) (GET_by_offset(disp, _gloffset_BindFramebuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10245 typedef void (GLAPIENTRYP _glptr_BindFramebuffer)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
10248 static inline _glptr_BindFramebuffer GET_BindFramebuffer(struct _glapi_table *disp) {
10249 return (_glptr_BindFramebuffer) (GET_by_offset(disp, _gloffset_BindFramebuffer));
[all...]

Completed in 103 milliseconds