Searched refs:_glptr_BufferStorage (Results 1 – 1 of 1) sorted by relevance
12414 typedef void (GLAPIENTRYP _glptr_BufferStorage)(GLenum, GLsizeiptr, const GLvoid *, GLbitfield); typedef12417 static inline _glptr_BufferStorage GET_BufferStorage(struct _glapi_table *disp) { in GET_BufferStorage()12418 return (_glptr_BufferStorage) (GET_by_offset(disp, _gloffset_BufferStorage)); in GET_BufferStorage()