Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4934 typedef void (GLAPIENTRYP _glptr_Map2f)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, G… typedef
4937 static inline _glptr_Map2f GET_Map2f(struct _glapi_table *disp) { in GET_Map2f()
4938 return (_glptr_Map2f) (GET_by_offset(disp, _gloffset_Map2f)); in GET_Map2f()