Lines Matching refs:_glptr_GetShaderSource
8452 typedef void (GLAPIENTRYP _glptr_GetShaderSource)(GLuint, GLsizei, GLsizei *, GLchar *);8455 static inline _glptr_GetShaderSource GET_GetShaderSource(struct _glapi_table *disp) {8456 return (_glptr_GetShaderSource) (GET_by_offset(disp, _gloffset_GetShaderSource));