Searched refs:_glptr_TexStorage2D (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 12082 typedef void (GLAPIENTRYP _glptr_TexStorage2D)(GLenum, GLsizei, GLenum, GLsizei, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLenum,GLsizei,GLsizei) 12085 static inline _glptr_TexStorage2D GET_TexStorage2D(struct _glapi_table *disp) { 12086 return (_glptr_TexStorage2D) (GET_by_offset(disp, _gloffset_TexStorage2D)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 12555 typedef void (GLAPIENTRYP _glptr_TexStorage2D)(GLenum, GLsizei, GLenum, GLsizei, GLsizei); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLenum,GLsizei,GLsizei) 12558 static inline _glptr_TexStorage2D GET_TexStorage2D(struct _glapi_table *disp) { 12559 return (_glptr_TexStorage2D) (GET_by_offset(disp, _gloffset_TexStorage2D)); [all...] |
Completed in 144 milliseconds