Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h9028 typedef void (GLAPIENTRYP _glptr_QueryCounter)(GLuint, GLenum); typedef
9031 static inline _glptr_QueryCounter GET_QueryCounter(struct _glapi_table *disp) { in GET_QueryCounter()
9032 return (_glptr_QueryCounter) (GET_by_offset(disp, _gloffset_QueryCounter)); in GET_QueryCounter()