Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8223 typedef void (GLAPIENTRYP _glptr_Uniform3f)(GLint, GLfloat, GLfloat, GLfloat); typedef
8226 static inline _glptr_Uniform3f GET_Uniform3f(struct _glapi_table *disp) { in GET_Uniform3f()
8227 return (_glptr_Uniform3f) (GET_by_offset(disp, _gloffset_Uniform3f)); in GET_Uniform3f()