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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12071 typedef void (GLAPIENTRYP _glptr_TexStorage1D)(GLenum, GLsizei, GLenum, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLenum,GLsizei)
12074 static inline _glptr_TexStorage1D GET_TexStorage1D(struct _glapi_table *disp) {
12075 return (_glptr_TexStorage1D) (GET_by_offset(disp, _gloffset_TexStorage1D));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12544 typedef void (GLAPIENTRYP _glptr_TexStorage1D)(GLenum, GLsizei, GLenum, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLenum,GLsizei)
12547 static inline _glptr_TexStorage1D GET_TexStorage1D(struct _glapi_table *disp) {
12548 return (_glptr_TexStorage1D) (GET_by_offset(disp, _gloffset_TexStorage1D));
[all...]

Completed in 107 milliseconds