Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4428 typedef void (GLAPIENTRYP _glptr_ShadeModel)(GLenum); typedef
4431 static inline _glptr_ShadeModel GET_ShadeModel(struct _glapi_table *disp) { in GET_ShadeModel()
4432 return (_glptr_ShadeModel) (GET_by_offset(disp, _gloffset_ShadeModel)); in GET_ShadeModel()