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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7682 typedef void (GLAPIENTRYP _glptr_GetBufferSubData)(GLenum, GLintptr, GLsizeiptr, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLintptr,GLsizeiptr,GLvoid *)
7685 static inline _glptr_GetBufferSubData GET_GetBufferSubData(struct _glapi_table *disp) {
7686 return (_glptr_GetBufferSubData) (GET_by_offset(disp, _gloffset_GetBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8155 typedef void (GLAPIENTRYP _glptr_GetBufferSubData)(GLenum, GLintptr, GLsizeiptr, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLintptr,GLsizeiptr,GLvoid *)
8158 static inline _glptr_GetBufferSubData GET_GetBufferSubData(struct _glapi_table *disp) {
8159 return (_glptr_GetBufferSubData) (GET_by_offset(disp, _gloffset_GetBufferSubData));
[all...]

Completed in 187 milliseconds