Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h13393 typedef void (GLAPIENTRYP _glptr_NamedBufferSubData)(GLuint, GLintptr, GLsizeiptr, const GLvoid *); typedef
13396 static inline _glptr_NamedBufferSubData GET_NamedBufferSubData(struct _glapi_table *disp) { in GET_NamedBufferSubData()
13397 return (_glptr_NamedBufferSubData) (GET_by_offset(disp, _gloffset_NamedBufferSubData)); in GET_NamedBufferSubData()