Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4131 typedef void (GLAPIENTRYP _glptr_ClipPlane)(GLenum, const GLdouble *); typedef
4134 static inline _glptr_ClipPlane GET_ClipPlane(struct _glapi_table *disp) { in GET_ClipPlane()
4135 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane)); in GET_ClipPlane()