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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13369 typedef GLvoid * (GLAPIENTRYP _glptr_MapNamedBuffer)(GLuint, GLenum); typedef in typeref:typename:GLvoid * (GLAPIENTRYP)(GLuint,GLenum)
13372 static inline _glptr_MapNamedBuffer GET_MapNamedBuffer(struct _glapi_table *disp) {
13373 return (_glptr_MapNamedBuffer) (GET_by_offset(disp, _gloffset_MapNamedBuffer));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13842 typedef GLvoid * (GLAPIENTRYP _glptr_MapNamedBuffer)(GLuint, GLenum); typedef in typeref:typename:GLvoid * (GLAPIENTRYP)(GLuint,GLenum)
13845 static inline _glptr_MapNamedBuffer GET_MapNamedBuffer(struct _glapi_table *disp) {
13846 return (_glptr_MapNamedBuffer) (GET_by_offset(disp, _gloffset_MapNamedBuffer));
[all...]

Completed in 106 milliseconds