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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13116 typedef void (GLAPIENTRYP _glptr_GetNamedBufferSubData)(GLuint, GLintptr, GLsizeiptr, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr,GLvoid *)
13119 static inline _glptr_GetNamedBufferSubData GET_GetNamedBufferSubData(struct _glapi_table *disp) {
13120 return (_glptr_GetNamedBufferSubData) (GET_by_offset(disp, _gloffset_GetNamedBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13589 typedef void (GLAPIENTRYP _glptr_GetNamedBufferSubData)(GLuint, GLintptr, GLsizeiptr, GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr,GLvoid *)
13592 static inline _glptr_GetNamedBufferSubData GET_GetNamedBufferSubData(struct _glapi_table *disp) {
13593 return (_glptr_GetNamedBufferSubData) (GET_by_offset(disp, _gloffset_GetNamedBufferSubData));
[all...]

Completed in 102 milliseconds