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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6076 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage1D)(GLenum, GLint, GLint, GLint, GLint, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLint,GLint,GLint,GLsizei)
6079 static inline _glptr_CopyTexSubImage1D GET_CopyTexSubImage1D(struct _glapi_table *disp) {
6080 return (_glptr_CopyTexSubImage1D) (GET_by_offset(disp, _gloffset_CopyTexSubImage1D));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6549 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage1D)(GLenum, GLint, GLint, GLint, GLint, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLint,GLint,GLint,GLint,GLsizei)
6552 static inline _glptr_CopyTexSubImage1D GET_CopyTexSubImage1D(struct _glapi_table *disp) {
6553 return (_glptr_CopyTexSubImage1D) (GET_by_offset(disp, _gloffset_CopyTexSubImage1D));
[all...]

Completed in 110 milliseconds