Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5112 typedef void (GLAPIENTRYP _glptr_GetMapfv)(GLenum, GLenum, GLfloat *); typedef
5115 static inline _glptr_GetMapfv GET_GetMapfv(struct _glapi_table *disp) { in GET_GetMapfv()
5116 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv)); in GET_GetMapfv()