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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12445 typedef void (GLAPIENTRYP _glptr_ClearTexImage)(GLuint, GLint, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLenum,const GLvoid *)
12448 static inline _glptr_ClearTexImage GET_ClearTexImage(struct _glapi_table *disp) {
12449 return (_glptr_ClearTexImage) (GET_by_offset(disp, _gloffset_ClearTexImage));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12918 typedef void (GLAPIENTRYP _glptr_ClearTexImage)(GLuint, GLint, GLenum, GLenum, const GLvoid *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLenum,GLenum,const GLvoid *)
12921 static inline _glptr_ClearTexImage GET_ClearTexImage(struct _glapi_table *disp) {
12922 return (_glptr_ClearTexImage) (GET_by_offset(disp, _gloffset_ClearTexImage));
[all...]

Completed in 107 milliseconds