Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5805 typedef GLboolean (GLAPIENTRYP _glptr_IsTexture)(GLuint); typedef
5808 static inline _glptr_IsTexture GET_IsTexture(struct _glapi_table *disp) { in GET_IsTexture()
5809 return (_glptr_IsTexture) (GET_by_offset(disp, _gloffset_IsTexture)); in GET_IsTexture()