Searched refs:_glptr_FramebufferTexture (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 9277 typedef void (GLAPIENTRYP _glptr_FramebufferTexture)(GLenum, GLenum, GLuint, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLint) 9280 static inline _glptr_FramebufferTexture GET_FramebufferTexture(struct _glapi_table *disp) { 9281 return (_glptr_FramebufferTexture) (GET_by_offset(disp, _gloffset_FramebufferTexture));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 9750 typedef void (GLAPIENTRYP _glptr_FramebufferTexture)(GLenum, GLenum, GLuint, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLuint,GLint) 9753 static inline _glptr_FramebufferTexture GET_FramebufferTexture(struct _glapi_table *disp) { 9754 return (_glptr_FramebufferTexture) (GET_by_offset(disp, _gloffset_FramebufferTexture)); [all...] |
Completed in 107 milliseconds