Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8179 typedef void (GLAPIENTRYP _glptr_Uniform2f)(GLint, GLfloat, GLfloat); typedef
8182 static inline _glptr_Uniform2f GET_Uniform2f(struct _glapi_table *disp) { in GET_Uniform2f()
8183 return (_glptr_Uniform2f) (GET_by_offset(disp, _gloffset_Uniform2f)); in GET_Uniform2f()