Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h8269 typedef void (GLAPIENTRYP _glptr_Uniform3fARB)(GLint, GLfloat, GLfloat, GLfloat); typedef
8272 static inline _glptr_Uniform3fARB GET_Uniform3fARB(struct _glapi_table *disp) { in GET_Uniform3fARB()
8273 return (_glptr_Uniform3fARB) (GET_by_offset(disp, _gloffset_Uniform3fARB)); in GET_Uniform3fARB()