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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h6131 typedef GLboolean (GLAPIENTRYP _glptr_IsTexture)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
6134 static inline _glptr_IsTexture GET_IsTexture(struct _glapi_table *disp) {
6135 return (_glptr_IsTexture) (GET_by_offset(disp, _gloffset_IsTexture));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h6604 typedef GLboolean (GLAPIENTRYP _glptr_IsTexture)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
6607 static inline _glptr_IsTexture GET_IsTexture(struct _glapi_table *disp) {
6608 return (_glptr_IsTexture) (GET_by_offset(disp, _gloffset_IsTexture));
[all...]

Completed in 104 milliseconds