Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h7972 typedef GLboolean (GLAPIENTRYP _glptr_IsQueryARB)(GLuint); typedef
7975 static inline _glptr_IsQueryARB GET_IsQueryARB(struct _glapi_table *disp) { in GET_IsQueryARB()
7976 return (_glptr_IsQueryARB) (GET_by_offset(disp, _gloffset_IsQueryARB)); in GET_IsQueryARB()