Searched refs:_glptr_GetUniformBlockIndex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h10102 typedef GLuint (GLAPIENTRYP _glptr_GetUniformBlockIndex)(GLuint, const GLchar *); typedef in typeref:typename:GLuint (GLAPIENTRYP)(GLuint,const GLchar *)
10105 static inline _glptr_GetUniformBlockIndex GET_GetUniformBlockIndex(struct _glapi_table *disp) {
10106 return (_glptr_GetUniformBlockIndex) (GET_by_offset(disp, _gloffset_GetUniformBlockIndex));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h10575 typedef GLuint (GLAPIENTRYP _glptr_GetUniformBlockIndex)(GLuint, const GLchar *); typedef in typeref:typename:GLuint (GLAPIENTRYP)(GLuint,const GLchar *)
10578 static inline _glptr_GetUniformBlockIndex GET_GetUniformBlockIndex(struct _glapi_table *disp) {
10579 return (_glptr_GetUniformBlockIndex) (GET_by_offset(disp, _gloffset_GetUniformBlockIndex));
[all...]

Completed in 142 milliseconds