Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h17903 typedef void (GLAPIENTRYP _glptr_GetLightxv)(GLenum, GLenum, GLfixed *); typedef
17906 static inline _glptr_GetLightxv GET_GetLightxv(struct _glapi_table *disp) { in GET_GetLightxv()
17907 return (_glptr_GetLightxv) (GET_by_offset(disp, _gloffset_GetLightxv)); in GET_GetLightxv()