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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7726 typedef GLboolean (GLAPIENTRYP _glptr_IsBuffer)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
7729 static inline _glptr_IsBuffer GET_IsBuffer(struct _glapi_table *disp) {
7730 return (_glptr_IsBuffer) (GET_by_offset(disp, _gloffset_IsBuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8199 typedef GLboolean (GLAPIENTRYP _glptr_IsBuffer)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
8202 static inline _glptr_IsBuffer GET_IsBuffer(struct _glapi_table *disp) {
8203 return (_glptr_IsBuffer) (GET_by_offset(disp, _gloffset_IsBuffer));
[all...]

Completed in 102 milliseconds