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

/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h7412 typedef void (GLAPIENTRYP _glptr_BufferSubData)(GLenum, GLintptr, GLsizeiptr, const GLvoid *); typedef
7415 static inline _glptr_BufferSubData GET_BufferSubData(struct _glapi_table *disp) {
7416 return (_glptr_BufferSubData) (GET_by_offset(disp, _gloffset_BufferSubData));

Completed in 248 milliseconds