Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h17628 typedef void (GLAPIENTRYP _glptr_Lightx)(GLenum, GLenum, GLfixed); typedef
17631 static inline _glptr_Lightx GET_Lightx(struct _glapi_table *disp) { in GET_Lightx()
17632 return (_glptr_Lightx) (GET_by_offset(disp, _gloffset_Lightx)); in GET_Lightx()