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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14315 typedef void (GLAPIENTRYP _glptr_InvalidateBufferSubData)(GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr)
14318 static inline _glptr_InvalidateBufferSubData GET_InvalidateBufferSubData(struct _glapi_table *disp) {
14319 return (_glptr_InvalidateBufferSubData) (GET_by_offset(disp, _gloffset_InvalidateBufferSubData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14788 typedef void (GLAPIENTRYP _glptr_InvalidateBufferSubData)(GLuint, GLintptr, GLsizeiptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLintptr,GLsizeiptr)
14791 static inline _glptr_InvalidateBufferSubData GET_InvalidateBufferSubData(struct _glapi_table *disp) {
14792 return (_glptr_InvalidateBufferSubData) (GET_by_offset(disp, _gloffset_InvalidateBufferSubData));
[all...]

Completed in 150 milliseconds