Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h7574 typedef void (GLAPIENTRYP _glptr_BufferSubData)(GLenum, GLintptr, GLsizeiptr, const GLvoid *); typedef
7577 static inline _glptr_BufferSubData GET_BufferSubData(struct _glapi_table *disp) { in GET_BufferSubData()
7578 return (_glptr_BufferSubData) (GET_by_offset(disp, _gloffset_BufferSubData)); in GET_BufferSubData()