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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13105 typedef void (GLAPIENTRYP _glptr_GetNamedBufferPointerv)(GLuint, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLvoid **)
13108 static inline _glptr_GetNamedBufferPointerv GET_GetNamedBufferPointerv(struct _glapi_table *disp) {
13109 return (_glptr_GetNamedBufferPointerv) (GET_by_offset(disp, _gloffset_GetNamedBufferPointerv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13578 typedef void (GLAPIENTRYP _glptr_GetNamedBufferPointerv)(GLuint, GLenum, GLvoid **); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLvoid **)
13581 static inline _glptr_GetNamedBufferPointerv GET_GetNamedBufferPointerv(struct _glapi_table *disp) {
13582 return (_glptr_GetNamedBufferPointerv) (GET_by_offset(disp, _gloffset_GetNamedBufferPointerv));
[all...]

Completed in 107 milliseconds