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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9948 typedef GLboolean (GLAPIENTRYP _glptr_IsFramebuffer)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
9951 static inline _glptr_IsFramebuffer GET_IsFramebuffer(struct _glapi_table *disp) {
9952 return (_glptr_IsFramebuffer) (GET_by_offset(disp, _gloffset_IsFramebuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10421 typedef GLboolean (GLAPIENTRYP _glptr_IsFramebuffer)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
10424 static inline _glptr_IsFramebuffer GET_IsFramebuffer(struct _glapi_table *disp) {
10425 return (_glptr_IsFramebuffer) (GET_by_offset(disp, _gloffset_IsFramebuffer));
[all...]

Completed in 105 milliseconds