Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h12414 typedef void (GLAPIENTRYP _glptr_BufferStorage)(GLenum, GLsizeiptr, const GLvoid *, GLbitfield); typedef
12417 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()