Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8091 typedef void (GLAPIENTRYP _glptr_ShaderSource)(GLuint, GLsizei, const GLchar * const *, const GLint… typedef
8094 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()