Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4736 typedef void (GLAPIENTRYP _glptr_ClearIndex)(GLfloat); typedef
4739 static inline _glptr_ClearIndex GET_ClearIndex(struct _glapi_table *disp) { in GET_ClearIndex()
4740 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex)); in GET_ClearIndex()