Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8927 typedef GLint (GLAPIENTRYP _glptr_GetFragDataLocation)(GLuint, const GLchar *); typedef
8930 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()