Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h17749 typedef void (GLAPIENTRYP _glptr_PointSizex)(GLfixed); typedef
17752 static inline _glptr_PointSizex GET_PointSizex(struct _glapi_table *disp) { in GET_PointSizex()
17753 return (_glptr_PointSizex) (GET_by_offset(disp, _gloffset_PointSizex)); in GET_PointSizex()