Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4142 typedef void (GLAPIENTRYP _glptr_ColorMaterial)(GLenum, GLenum); typedef
4145 static inline _glptr_ColorMaterial GET_ColorMaterial(struct _glapi_table *disp) { in GET_ColorMaterial()
4146 return (_glptr_ColorMaterial) (GET_by_offset(disp, _gloffset_ColorMaterial)); in GET_ColorMaterial()