Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h6254 typedef void (GLAPIENTRYP _glptr_GetColorTable)(GLenum, GLenum, GLenum, GLvoid *); typedef
6257 static inline _glptr_GetColorTable GET_GetColorTable(struct _glapi_table *disp) { in GET_GetColorTable()
6258 return (_glptr_GetColorTable) (GET_by_offset(disp, _gloffset_GetColorTable)); in GET_GetColorTable()