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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12753 typedef void (GLAPIENTRYP _glptr_BindTextureUnit)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
12756 static inline _glptr_BindTextureUnit GET_BindTextureUnit(struct _glapi_table *disp) {
12757 return (_glptr_BindTextureUnit) (GET_by_offset(disp, _gloffset_BindTextureUnit));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13226 typedef void (GLAPIENTRYP _glptr_BindTextureUnit)(GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint)
13229 static inline _glptr_BindTextureUnit GET_BindTextureUnit(struct _glapi_table *disp) {
13230 return (_glptr_BindTextureUnit) (GET_by_offset(disp, _gloffset_BindTextureUnit));
[all...]

Completed in 101 milliseconds