Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h12724 typedef void (GLAPIENTRYP _glptr_ActiveProgramEXT)(GLuint); typedef
12727 static inline _glptr_ActiveProgramEXT GET_ActiveProgramEXT(struct _glapi_table *disp) { in GET_ActiveProgramEXT()
12728 return (_glptr_ActiveProgramEXT) (GET_by_offset(disp, _gloffset_ActiveProgramEXT)); in GET_ActiveProgramEXT()