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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h11697 typedef void (GLAPIENTRYP _glptr_ScissorIndexed)(GLuint, GLint, GLint, GLsizei, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLint,GLsizei,GLsizei)
11700 static inline _glptr_ScissorIndexed GET_ScissorIndexed(struct _glapi_table *disp) {
11701 return (_glptr_ScissorIndexed) (GET_by_offset(disp, _gloffset_ScissorIndexed));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12170 typedef void (GLAPIENTRYP _glptr_ScissorIndexed)(GLuint, GLint, GLint, GLsizei, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLint,GLsizei,GLsizei)
12173 static inline _glptr_ScissorIndexed GET_ScissorIndexed(struct _glapi_table *disp) {
12174 return (_glptr_ScissorIndexed) (GET_by_offset(disp, _gloffset_ScissorIndexed));
[all...]

Completed in 161 milliseconds