Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8192 typedef void (GLAPIENTRYP _glptr_Uniform1fvARB)(GLint, GLsizei, const GLfloat *); typedef
8195 static inline _glptr_Uniform1fvARB GET_Uniform1fvARB(struct _glapi_table *disp) { in GET_Uniform1fvARB()
8196 return (_glptr_Uniform1fvARB) (GET_by_offset(disp, _gloffset_Uniform1fvARB)); in GET_Uniform1fvARB()