Searched refs:_glptr_ShaderSource (Results 1 – 1 of 1) sorted by relevance
8091 typedef void (GLAPIENTRYP _glptr_ShaderSource)(GLuint, GLsizei, const GLchar * const *, const GLint… typedef8094 static inline _glptr_ShaderSource GET_ShaderSource(struct _glapi_table *disp) { in GET_ShaderSource()8095 return (_glptr_ShaderSource) (GET_by_offset(disp, _gloffset_ShaderSource)); in GET_ShaderSource()