Searched refs:_glptr_CreateTextures (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 12995 typedef void (GLAPIENTRYP _glptr_CreateTextures)(GLenum, GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLuint *) 12998 static inline _glptr_CreateTextures GET_CreateTextures(struct _glapi_table *disp) { 12999 return (_glptr_CreateTextures) (GET_by_offset(disp, _gloffset_CreateTextures));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 13468 typedef void (GLAPIENTRYP _glptr_CreateTextures)(GLenum, GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLuint *) 13471 static inline _glptr_CreateTextures GET_CreateTextures(struct _glapi_table *disp) { 13472 return (_glptr_CreateTextures) (GET_by_offset(disp, _gloffset_CreateTextures)); [all...] |
Completed in 143 milliseconds