Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4384 typedef void (GLAPIENTRYP _glptr_PointSize)(GLfloat); typedef
4387 static inline _glptr_PointSize GET_PointSize(struct _glapi_table *disp) { in GET_PointSize()
4388 return (_glptr_PointSize) (GET_by_offset(disp, _gloffset_PointSize)); in GET_PointSize()