Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h13349 typedef GLvoid * (GLAPIENTRYP _glptr_MapNamedBuffer)(GLuint, GLenum); typedef
13352 static inline _glptr_MapNamedBuffer GET_MapNamedBuffer(struct _glapi_table *disp) { in GET_MapNamedBuffer()
13353 return (_glptr_MapNamedBuffer) (GET_by_offset(disp, _gloffset_MapNamedBuffer)); in GET_MapNamedBuffer()