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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h14304 typedef void (GLAPIENTRYP _glptr_InvalidateBufferData)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
14307 static inline _glptr_InvalidateBufferData GET_InvalidateBufferData(struct _glapi_table *disp) {
14308 return (_glptr_InvalidateBufferData) (GET_by_offset(disp, _gloffset_InvalidateBufferData));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14777 typedef void (GLAPIENTRYP _glptr_InvalidateBufferData)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
14780 static inline _glptr_InvalidateBufferData GET_InvalidateBufferData(struct _glapi_table *disp) {
14781 return (_glptr_InvalidateBufferData) (GET_by_offset(disp, _gloffset_InvalidateBufferData));
[all...]

Completed in 106 milliseconds