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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12885 typedef void (GLAPIENTRYP _glptr_CopyNamedBufferSubData)(GLuint, GLuint, GLintptr, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLintptr,GLintptr,GLsizeiptr)
12888 static inline _glptr_CopyNamedBufferSubData GET_CopyNamedBufferSubData(struct _glapi_table *disp) {
12889 return (_glptr_CopyNamedBufferSubData) (GET_by_offset(disp, _gloffset_CopyNamedBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13358 typedef void (GLAPIENTRYP _glptr_CopyNamedBufferSubData)(GLuint, GLuint, GLintptr, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLintptr,GLintptr,GLsizeiptr)
13361 static inline _glptr_CopyNamedBufferSubData GET_CopyNamedBufferSubData(struct _glapi_table *disp) {
13362 return (_glptr_CopyNamedBufferSubData) (GET_by_offset(disp, _gloffset_CopyNamedBufferSubData));
[all...]

Completed in 104 milliseconds