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

/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h19210 typedef void (GLAPIENTRYP _glptr_NamedFramebufferTexture2DEXT)(GLuint, GLenum, GLenum, GLuint, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLenum,GLuint,GLint)
19213 static inline _glptr_NamedFramebufferTexture2DEXT GET_NamedFramebufferTexture2DEXT(struct _glapi_table *disp) {
19214 return (_glptr_NamedFramebufferTexture2DEXT) (GET_by_offset(disp, _gloffset_NamedFramebufferTexture2DEXT));
[all...]

Completed in 304 milliseconds