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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10135 typedef void (GLAPIENTRYP _glptr_CopyBufferSubData)(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLintptr,GLintptr,GLsizeiptr)
10138 static inline _glptr_CopyBufferSubData GET_CopyBufferSubData(struct _glapi_table *disp) {
10139 return (_glptr_CopyBufferSubData) (GET_by_offset(disp, _gloffset_CopyBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10608 typedef void (GLAPIENTRYP _glptr_CopyBufferSubData)(GLenum, GLenum, GLintptr, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLintptr,GLintptr,GLsizeiptr)
10611 static inline _glptr_CopyBufferSubData GET_CopyBufferSubData(struct _glapi_table *disp) {
10612 return (_glptr_CopyBufferSubData) (GET_by_offset(disp, _gloffset_CopyBufferSubData));
[all...]

Completed in 107 milliseconds