Searched refs:_glptr_GetShaderSource (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 7979 typedef void (GLAPIENTRYP _glptr_GetShaderSource)(GLuint, GLsizei, GLsizei *, GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLsizei,GLsizei *,GLchar *) 7982 static inline _glptr_GetShaderSource GET_GetShaderSource(struct _glapi_table *disp) { 7983 return (_glptr_GetShaderSource) (GET_by_offset(disp, _gloffset_GetShaderSource)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 8452 typedef void (GLAPIENTRYP _glptr_GetShaderSource)(GLuint, GLsizei, GLsizei *, GLchar *); typedef in typeref:typename:void (GLAPIENTRYP)(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)); [all...] |
Completed in 103 milliseconds