Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8324 typedef void (GLAPIENTRYP _glptr_Uniform4fvARB)(GLint, GLsizei, const GLfloat *); typedef
8327 static inline _glptr_Uniform4fvARB GET_Uniform4fvARB(struct _glapi_table *disp) { in GET_Uniform4fvARB()
8328 return (_glptr_Uniform4fvARB) (GET_by_offset(disp, _gloffset_Uniform4fvARB)); in GET_Uniform4fvARB()