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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7759 typedef GLboolean (GLAPIENTRYP _glptr_UnmapBuffer)(GLenum); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLenum)
7762 static inline _glptr_UnmapBuffer GET_UnmapBuffer(struct _glapi_table *disp) {
7763 return (_glptr_UnmapBuffer) (GET_by_offset(disp, _gloffset_UnmapBuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8232 typedef GLboolean (GLAPIENTRYP _glptr_UnmapBuffer)(GLenum); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLenum)
8235 static inline _glptr_UnmapBuffer GET_UnmapBuffer(struct _glapi_table *disp) {
8236 return (_glptr_UnmapBuffer) (GET_by_offset(disp, _gloffset_UnmapBuffer));
[all...]

Completed in 176 milliseconds