Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4606 typedef void (GLAPIENTRYP _glptr_Map1f)(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *); typedef
4609 static inline _glptr_Map1f GET_Map1f(struct _glapi_table *disp) { in GET_Map1f()
4610 return (_glptr_Map1f) (GET_by_offset(disp, _gloffset_Map1f)); in GET_Map1f()