Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h6485 typedef void (GLAPIENTRYP _glptr_GetMinmax)(GLenum, GLboolean, GLenum, GLenum, GLvoid *); typedef
6488 static inline _glptr_GetMinmax GET_GetMinmax(struct _glapi_table *disp) { in GET_GetMinmax()
6489 return (_glptr_GetMinmax) (GET_by_offset(disp, _gloffset_GetMinmax)); in GET_GetMinmax()