Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h7838 typedef void (GLAPIENTRYP _glptr_DetachShader)(GLuint, GLuint); typedef
7841 static inline _glptr_DetachShader GET_DetachShader(struct _glapi_table *disp) { in GET_DetachShader()
7842 return (_glptr_DetachShader) (GET_by_offset(disp, _gloffset_DetachShader)); in GET_DetachShader()