Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h7862 typedef GLboolean (GLAPIENTRYP _glptr_IsBufferARB)(GLuint); typedef
7865 static inline _glptr_IsBufferARB GET_IsBufferARB(struct _glapi_table *disp) { in GET_IsBufferARB()
7866 return (_glptr_IsBufferARB) (GET_by_offset(disp, _gloffset_IsBufferARB)); in GET_IsBufferARB()