Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4318 typedef void (GLAPIENTRYP _glptr_LineStipple)(GLint, GLushort); typedef
4321 static inline _glptr_LineStipple GET_LineStipple(struct _glapi_table *disp) { in GET_LineStipple()
4322 return (_glptr_LineStipple) (GET_by_offset(disp, _gloffset_LineStipple)); in GET_LineStipple()