Searched refs:_glptr_GetFragDataLocation (Results 1 – 1 of 1) sorted by relevance
8927 typedef GLint (GLAPIENTRYP _glptr_GetFragDataLocation)(GLuint, const GLchar *); typedef8930 static inline _glptr_GetFragDataLocation GET_GetFragDataLocation(struct _glapi_table *disp) { in GET_GetFragDataLocation()8931 return (_glptr_GetFragDataLocation) (GET_by_offset(disp, _gloffset_GetFragDataLocation)); in GET_GetFragDataLocation()