Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4890 typedef void (GLAPIENTRYP _glptr_PushAttrib)(GLbitfield); typedef
4893 static inline _glptr_PushAttrib GET_PushAttrib(struct _glapi_table *disp) { in GET_PushAttrib()
4894 return (_glptr_PushAttrib) (GET_by_offset(disp, _gloffset_PushAttrib)); in GET_PushAttrib()