Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4914 typedef void (GLAPIENTRYP _glptr_PixelStoref)(GLenum, GLfloat); typedef
4917 static inline _glptr_PixelStoref GET_PixelStoref(struct _glapi_table *disp) { in GET_PixelStoref()
4918 return (_glptr_PixelStoref) (GET_by_offset(disp, _gloffset_PixelStoref)); in GET_PixelStoref()